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 -
Method Summary
Modifier and TypeMethodDescriptionbooleansetRecipeUsed(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, waitMethods 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:
setRecipeUsedin interfacenet.minecraft.world.inventory.RecipeHolder
-