类 SmithingTransformRecipe
java.lang.Object
net.minecraft.world.item.crafting.SmithingTransformRecipe
- 所有已实现的接口:
Recipe<Container>
,SmithingRecipe
-
嵌套类概要
嵌套类 -
字段概要
字段修饰符和类型字段说明(专用程序包) final Ingredient
(专用程序包) final Ingredient
private final ResourceLocation
(专用程序包) final ItemStack
(专用程序包) final Ingredient
-
构造器概要
构造器构造器说明SmithingTransformRecipe
(ResourceLocation pId, Ingredient pTemplate, Ingredient pBase, Ingredient pAddition, ItemStack pResult) -
方法概要
修饰符和类型方法说明assemble
(Container pContainer, RegistryAccess pRegistryAccess) getId()
getResultItem
(RegistryAccess pRegistryAccess) boolean
isAdditionIngredient
(ItemStack pStack) boolean
isBaseIngredient
(ItemStack pStack) boolean
boolean
isTemplateIngredient
(ItemStack pStack) boolean
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
从接口继承的方法 net.minecraft.world.item.crafting.Recipe
getGroup, getIngredients, getRemainingItems, isSpecial, showNotification
从接口继承的方法 net.minecraft.world.item.crafting.SmithingRecipe
canCraftInDimensions, getToastSymbol, getType
-
字段详细资料
-
id
-
template
-
base
-
addition
-
result
-
-
构造器详细资料
-
SmithingTransformRecipe
public SmithingTransformRecipe(ResourceLocation pId, Ingredient pTemplate, Ingredient pBase, Ingredient pAddition, ItemStack pResult)
-
-
方法详细资料
-
matches
-
assemble
-
getResultItem
- 指定者:
getResultItem
在接口中Recipe<Container>
-
isTemplateIngredient
- 指定者:
isTemplateIngredient
在接口中SmithingRecipe
-
isBaseIngredient
- 指定者:
isBaseIngredient
在接口中SmithingRecipe
-
isAdditionIngredient
- 指定者:
isAdditionIngredient
在接口中SmithingRecipe
-
getId
-
getSerializer
- 指定者:
getSerializer
在接口中Recipe<Container>
-
isIncomplete
public boolean isIncomplete()- 指定者:
isIncomplete
在接口中Recipe<Container>
-