public class RecipeTippedArrow extends IForgeRegistryEntry.Impl<IRecipe> implements IRecipe
IForgeRegistryEntry.Impl<T extends IForgeRegistryEntry<T>>delegate| Constructor and Description | 
|---|
RecipeTippedArrow()  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
canFit(int width,
      int height)  | 
ItemStack | 
getCraftingResult(InventoryCrafting inv)  | 
ItemStack | 
getRecipeOutput()  | 
NonNullList<ItemStack> | 
getRemainingItems(InventoryCrafting inv)  | 
boolean | 
isDynamic()  | 
boolean | 
matches(InventoryCrafting inv,
       World worldIn)  | 
getRegistryName, getRegistryType, setRegistryName, setRegistryName, setRegistryNameclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetGroup, getIngredientsgetRegistryName, getRegistryType, setRegistryNamepublic boolean matches(InventoryCrafting inv, World worldIn)
public ItemStack getCraftingResult(InventoryCrafting inv)
getCraftingResult in interface IRecipepublic ItemStack getRecipeOutput()
getRecipeOutput in interface IRecipepublic NonNullList<ItemStack> getRemainingItems(InventoryCrafting inv)
getRemainingItems in interface IRecipe