public class FireworkRocketRecipe extends SpecialRecipe
コンストラクタと説明 |
---|
FireworkRocketRecipe(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
|
ItemStack |
getRecipeOutput()
Get the result of this recipe, usually for display purposes (e.g. recipe book).
|
IRecipeSerializer<?> |
getSerializer() |
boolean |
matches(CraftingInventory inv,
World worldIn)
Used to check if a recipe matches current crafting inventory
|
getId, isDynamic
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getType
getGroup, getIcon, getIngredients, getRemainingItems
public FireworkRocketRecipe(ResourceLocation idIn)
public boolean matches(CraftingInventory inv, World worldIn)
public ItemStack getCraftingResult(CraftingInventory inv)
public boolean canFit(int width, int height)
public ItemStack getRecipeOutput()
getRecipeOutput
インタフェース内 IRecipe<CraftingInventory>
getRecipeOutput
クラス内 SpecialRecipe
public IRecipeSerializer<?> getSerializer()