public class BannerDuplicateRecipe extends SpecialCraftingRecipe
Constructor and Description |
---|
BannerDuplicateRecipe(Identifier id) |
Modifier and Type | Method and Description |
---|---|
ItemStack |
craft(CraftingInventory craftingInventory) |
boolean |
fits(int width,
int height) |
DefaultedList<ItemStack> |
getRemainingStacks(CraftingInventory craftingInventory) |
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
public BannerDuplicateRecipe(Identifier id)
public boolean matches(CraftingInventory craftingInventory, World world)
public ItemStack craft(CraftingInventory craftingInventory)
public DefaultedList<ItemStack> getRemainingStacks(CraftingInventory craftingInventory)
public RecipeSerializer<?> getSerializer()
@Environment(value=CLIENT) public boolean fits(int width, int height)