public class BannerDuplicateRecipe extends SpecialRecipe
| Constructor and Description | 
|---|
BannerDuplicateRecipe(ResourceLocation idIn)  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
canFit(int width,
      int height)  | 
ItemStack | 
getCraftingResult(CraftingInventory inv)  | 
NonNullList<ItemStack> | 
getRemainingItems(CraftingInventory inv)  | 
IRecipeSerializer<?> | 
getSerializer()  | 
boolean | 
matches(CraftingInventory inv,
       World worldIn)  | 
getId, getRecipeOutput, isDynamicclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetTypegetGroup, getIcon, getIngredientspublic BannerDuplicateRecipe(ResourceLocation idIn)
public boolean matches(CraftingInventory inv, World worldIn)
public ItemStack getCraftingResult(CraftingInventory inv)
public NonNullList<ItemStack> getRemainingItems(CraftingInventory inv)
public IRecipeSerializer<?> getSerializer()
public boolean canFit(int width,
                      int height)