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, setCraftingSize
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getType
getIcon, getRemainingItems
public MapExtendingRecipe(ResourceLocation p_i48164_1_)
public boolean matches(CraftingInventory inv, World worldIn)
matches
インタフェース内 IRecipe<CraftingInventory>
matches
クラス内 ShapedRecipe
public ItemStack getCraftingResult(CraftingInventory inv)
getCraftingResult
インタフェース内 IRecipe<CraftingInventory>
getCraftingResult
クラス内 ShapedRecipe
public boolean isDynamic()
public IRecipeSerializer<?> getSerializer()
getSerializer
インタフェース内 IRecipe<CraftingInventory>
getSerializer
クラス内 ShapedRecipe