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