Class ShapedRecipeMixin

java.lang.Object
com.petrolpark.mixin.ShapedRecipeMixin
All Implemented Interfaces:
IHandleContaminationMyself<net.minecraft.world.inventory.CraftingContainer>, net.minecraft.world.item.crafting.Recipe<net.minecraft.world.inventory.CraftingContainer>

public abstract class ShapedRecipeMixin extends Object implements IHandleContaminationMyself<net.minecraft.world.inventory.CraftingContainer>
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    contaminationHandled(net.minecraft.world.inventory.CraftingContainer container, net.minecraft.core.RegistryAccess registryAccess)
     
    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)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods 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

    • ShapedRecipeMixin

      public ShapedRecipeMixin()
  • 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:
      contaminationHandled in interface IHandleContaminationMyself<net.minecraft.world.inventory.CraftingContainer>