Package net.minecraft.recipe
Class ArmorDyeRecipe
java.lang.Object
net.minecraft.recipe.SpecialCraftingRecipe
net.minecraft.recipe.ArmorDyeRecipe
- All Implemented Interfaces:
CraftingRecipe,Recipe<CraftingInventory>
public class ArmorDyeRecipe extends SpecialCraftingRecipe
-
Constructor Summary
Constructors Constructor Description ArmorDyeRecipe(Identifier id) -
Method Summary
Modifier and Type Method Description ItemStackcraft(CraftingInventory craftingInventory)booleanfits(int width, int height)RecipeSerializer<?>getSerializer()booleanmatches(CraftingInventory craftingInventory, World world)Methods inherited from class net.minecraft.recipe.SpecialCraftingRecipe
getId, getOutput, isIgnoredInRecipeBookMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.recipe.CraftingRecipe
getTypeMethods inherited from interface net.minecraft.recipe.Recipe
getGroup, getPreviewInputs, getRecipeKindIcon, getRemainingStacks, method_31584
-
Constructor Details
-
ArmorDyeRecipe
-
-
Method Details
-
matches
-
craft
-
fits
@Environment(CLIENT) public boolean fits(int width, int height) -
getSerializer
-