public class BannerDuplicateRecipe extends SpecialRecipe
| コンストラクタと説明 | 
|---|
| BannerDuplicateRecipe(ResourceLocation idIn) | 
| 修飾子とタイプ | メソッドと説明 | 
|---|---|
| boolean | canFit(int width,
      int height)Used to determine if this recipe can fit in a grid of the given width/height | 
| ItemStack | getCraftingResult(CraftingInventory inv)Returns an Item that is the result of this recipe | 
| NonNullList<ItemStack> | getRemainingItems(CraftingInventory inv) | 
| IRecipeSerializer<?> | getSerializer() | 
| boolean | matches(CraftingInventory inv,
       World worldIn)Used to check if a recipe matches current crafting inventory | 
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)