public class MapExtendingRecipe extends ShapedRecipe
ShapedRecipe.Serializer| コンストラクタと説明 |
|---|
MapExtendingRecipe(ResourceLocation p_i48164_1_) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
ItemStack |
getCraftingResult(CraftingInventory inv)
Returns an Item that is the result of this recipe
|
IRecipeSerializer<?> |
getSerializer() |
boolean |
isDynamic()
If true, this recipe does not appear in the recipe book and does not respect recipe unlocking (and the
doLimitedCrafting gamerule)
|
boolean |
matches(CraftingInventory inv,
World worldIn)
Used to check if a recipe matches current crafting inventory
|
canFit, deserializeItem, getGroup, getHeight, getId, getIngredients, getRecipeHeight, getRecipeOutput, getRecipeWidth, getWidth, setCraftingSizeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetTypegetIcon, getRemainingItemspublic MapExtendingRecipe(ResourceLocation p_i48164_1_)
public boolean matches(CraftingInventory inv, World worldIn)
matches インタフェース内 IRecipe<CraftingInventory>matches クラス内 ShapedRecipepublic ItemStack getCraftingResult(CraftingInventory inv)
getCraftingResult インタフェース内 IRecipe<CraftingInventory>getCraftingResult クラス内 ShapedRecipepublic boolean isDynamic()
public IRecipeSerializer<?> getSerializer()
getSerializer インタフェース内 IRecipe<CraftingInventory>getSerializer クラス内 ShapedRecipe