public class FireworkStarRecipe extends SpecialRecipe
| コンストラクタと説明 |
|---|
FireworkStarRecipe(ResourceLocation p_i48166_1_) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
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, isDynamicclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetTypegetGroup, getIcon, getIngredients, getRemainingItemspublic FireworkStarRecipe(ResourceLocation p_i48166_1_)
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 クラス内 SpecialRecipepublic IRecipeSerializer<?> getSerializer()