public abstract class SpecialRecipe extends java.lang.Object implements ICraftingRecipe
コンストラクタと説明 |
---|
SpecialRecipe(ResourceLocation idIn) |
修飾子とタイプ | メソッドと説明 |
---|---|
ResourceLocation |
getId() |
ItemStack |
getRecipeOutput()
Get the result of this recipe, usually for display purposes (e.g. recipe book).
|
boolean |
isDynamic()
If true, this recipe does not appear in the recipe book and does not respect recipe unlocking (and the
doLimitedCrafting gamerule)
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getType
canFit, getCraftingResult, getGroup, getIcon, getIngredients, getRemainingItems, getSerializer, matches
public SpecialRecipe(ResourceLocation idIn)
public ResourceLocation getId()
getId
インタフェース内 IRecipe<CraftingInventory>
public boolean isDynamic()
isDynamic
インタフェース内 IRecipe<CraftingInventory>
public ItemStack getRecipeOutput()
getRecipeOutput
インタフェース内 IRecipe<CraftingInventory>