public class ShieldDecorationRecipe extends SpecialCraftingRecipe
Constructor and Description |
---|
ShieldDecorationRecipe(Identifier id) |
Modifier and Type | Method and Description |
---|---|
ItemStack |
craft(CraftingInventory craftingInventory) |
boolean |
fits(int width,
int height) |
RecipeSerializer<?> |
getSerializer() |
boolean |
matches(CraftingInventory craftingInventory,
World world) |
getId, getOutput, isIgnoredInRecipeBook
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getType
getGroup, getPreviewInputs, getRecipeKindIcon, getRemainingStacks
public ShieldDecorationRecipe(Identifier id)
public boolean matches(CraftingInventory craftingInventory, World world)
public ItemStack craft(CraftingInventory craftingInventory)
@Environment(value=CLIENT) public boolean fits(int width, int height)
public RecipeSerializer<?> getSerializer()