Class ToolboxDyeingRecipe
java.lang.Object
net.minecraft.world.item.crafting.CustomRecipe
com.simibubi.create.content.curiosities.toolbox.ToolboxDyeingRecipe
- All Implemented Interfaces:
net.minecraft.world.item.crafting.CraftingRecipe,net.minecraft.world.item.crafting.Recipe<net.minecraft.world.inventory.CraftingContainer>
public class ToolboxDyeingRecipe
extends net.minecraft.world.item.crafting.CustomRecipe
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionnet.minecraft.world.item.ItemStackassemble(net.minecraft.world.inventory.CraftingContainer inventory) booleancanCraftInDimensions(int width, int height) net.minecraft.world.item.crafting.RecipeSerializer<?>booleanmatches(net.minecraft.world.inventory.CraftingContainer inventory, net.minecraft.world.level.Level world) Methods inherited from class net.minecraft.world.item.crafting.CustomRecipe
getId, getResultItem, isSpecialMethods 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.CraftingRecipe
getTypeMethods inherited from interface net.minecraft.world.item.crafting.Recipe
getGroup, getIngredients, getRemainingItems, getToastSymbol, isIncomplete
-
Constructor Details
-
ToolboxDyeingRecipe
public ToolboxDyeingRecipe(net.minecraft.resources.ResourceLocation rl)
-
-
Method Details
-
matches
public boolean matches(net.minecraft.world.inventory.CraftingContainer inventory, net.minecraft.world.level.Level world) -
assemble
public net.minecraft.world.item.ItemStack assemble(net.minecraft.world.inventory.CraftingContainer inventory) -
canCraftInDimensions
public boolean canCraftInDimensions(int width, int height) -
getSerializer
public net.minecraft.world.item.crafting.RecipeSerializer<?> getSerializer()
-