接口 SmithingRecipe
- 所有已知实现类:
SmithingTransformRecipe
,SmithingTrimRecipe
-
方法概要
修饰符和类型方法说明default boolean
canCraftInDimensions
(int pWidth, int pHeight) default ItemStack
default RecipeType<?>
getType()
boolean
isAdditionIngredient
(ItemStack pStack) boolean
isBaseIngredient
(ItemStack pStack) boolean
isTemplateIngredient
(ItemStack pStack) 从接口继承的方法 net.minecraft.world.item.crafting.Recipe
assemble, getGroup, getId, getIngredients, getRemainingItems, getResultItem, getSerializer, isIncomplete, isSpecial, matches, showNotification
-
方法详细资料
-
getType
-
canCraftInDimensions
default boolean canCraftInDimensions(int pWidth, int pHeight) - 指定者:
canCraftInDimensions
在接口中Recipe<Container>
-
getToastSymbol
- 指定者:
getToastSymbol
在接口中Recipe<Container>
-
isTemplateIngredient
-
isBaseIngredient
-
isAdditionIngredient
-