public class TippedArrowRecipe extends SpecialCraftingRecipe
| Constructor and Description |
|---|
TippedArrowRecipe(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, isIgnoredInRecipeBookclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetTypegetGroup, getPreviewInputs, getRecipeKindIcon, getRemainingStackspublic TippedArrowRecipe(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()