Class ResultContainerMixin

java.lang.Object
com.beansgalaxy.backpacks.mixin.common.ResultContainerMixin
All Implemented Interfaces:
net.minecraft.world.inventory.RecipeHolder

public abstract class ResultContainerMixin extends Object implements net.minecraft.world.inventory.RecipeHolder
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    setRecipeUsed(net.minecraft.world.level.Level $$0, net.minecraft.server.level.ServerPlayer player, net.minecraft.world.item.crafting.Recipe<?> craftingRecipe)
     

    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.inventory.RecipeHolder

    awardUsedRecipes, getRecipeUsed, setRecipeUsed
  • Constructor Details

    • ResultContainerMixin

      public ResultContainerMixin()
  • Method Details

    • setRecipeUsed

      public boolean setRecipeUsed(net.minecraft.world.level.Level $$0, net.minecraft.server.level.ServerPlayer player, net.minecraft.world.item.crafting.Recipe<?> craftingRecipe)
      Specified by:
      setRecipeUsed in interface net.minecraft.world.inventory.RecipeHolder