Package com.petrolpark.mixin
Class ShapelessRecipeMixin
java.lang.Object
com.petrolpark.mixin.ShapelessRecipeMixin
- All Implemented Interfaces:
IHandleContaminationMyself<net.minecraft.world.inventory.CraftingContainer>,net.minecraft.world.item.crafting.Recipe<net.minecraft.world.inventory.CraftingContainer>
public abstract class ShapelessRecipeMixin
extends Object
implements IHandleContaminationMyself<net.minecraft.world.inventory.CraftingContainer>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancontaminationHandled(net.minecraft.world.inventory.CraftingContainer container, net.minecraft.core.RegistryAccess registryAccess) voidinAssemble(net.minecraft.world.inventory.CraftingContainer container, net.minecraft.core.RegistryAccess access, org.spongepowered.asm.mixin.injection.callback.CallbackInfoReturnable<net.minecraft.world.item.ItemStack> cir) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.world.item.crafting.Recipe
assemble, canCraftInDimensions, getGroup, getId, getIngredients, getRemainingItems, getResultItem, getSerializer, getToastSymbol, getType, isIncomplete, isSpecial, matches, showNotification
-
Constructor Details
-
ShapelessRecipeMixin
public ShapelessRecipeMixin()
-
-
Method Details
-
inAssemble
public void inAssemble(net.minecraft.world.inventory.CraftingContainer container, net.minecraft.core.RegistryAccess access, org.spongepowered.asm.mixin.injection.callback.CallbackInfoReturnable<net.minecraft.world.item.ItemStack> cir) -
contaminationHandled
public boolean contaminationHandled(net.minecraft.world.inventory.CraftingContainer container, net.minecraft.core.RegistryAccess registryAccess) - Specified by:
contaminationHandledin interfaceIHandleContaminationMyself<net.minecraft.world.inventory.CraftingContainer>
-