public class ShulkerBoxColoringRecipe extends SpecialRecipe
| コンストラクタと説明 | 
|---|
| ShulkerBoxColoringRecipe(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 | 
| 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, getIngredients, getRemainingItemspublic ShulkerBoxColoringRecipe(ResourceLocation idIn)
public boolean matches(CraftingInventory inv, World worldIn)
public ItemStack getCraftingResult(CraftingInventory inv)
public boolean canFit(int width,
                      int height)
public IRecipeSerializer<?> getSerializer()