Class SawBlockEntityMixin

java.lang.Object
com.petrolpark.mixin.compat.create.SawBlockEntityMixin

public class SawBlockEntityMixin extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    com.simibubi.create.content.processing.recipe.ProcessingInventory
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    inApplyRecipeEnd(org.spongepowered.asm.mixin.injection.callback.CallbackInfo ci, net.minecraft.world.item.ItemStack input, List<? extends net.minecraft.world.item.crafting.Recipe<?>> recipes)
     
    void
    inApplyRecipeStart(org.spongepowered.asm.mixin.injection.callback.CallbackInfo ci)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • inventory

      public com.simibubi.create.content.processing.recipe.ProcessingInventory inventory
  • Constructor Details

    • SawBlockEntityMixin

      public SawBlockEntityMixin()
  • Method Details

    • inApplyRecipeStart

      public void inApplyRecipeStart(org.spongepowered.asm.mixin.injection.callback.CallbackInfo ci)
    • inApplyRecipeEnd

      public void inApplyRecipeEnd(org.spongepowered.asm.mixin.injection.callback.CallbackInfo ci, net.minecraft.world.item.ItemStack input, List<? extends net.minecraft.world.item.crafting.Recipe<?>> recipes)