类 SmithingTransformRecipe
java.lang.Object
net.minecraft.world.item.crafting.SmithingTransformRecipe
- 所有已实现的接口:
Recipe<SmithingRecipeInput>
,SmithingRecipe
-
嵌套类概要
嵌套类 -
字段概要
字段修饰符和类型字段说明(专用程序包) final Optional
<Ingredient> (专用程序包) final Ingredient
private PlacementInfo
(专用程序包) final TransmuteResult
(专用程序包) final Optional
<Ingredient> 从接口继承的字段 net.minecraft.world.item.crafting.Recipe
CODEC, CONDITIONAL_CODEC, KEY_CODEC, STREAM_CODEC
-
构造器概要
构造器构造器说明SmithingTransformRecipe
(Optional<Ingredient> p_361033_, Ingredient p_400131_, Optional<Ingredient> p_365496_, TransmuteResult p_394655_) -
方法概要
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
从接口继承的方法 net.minecraft.world.item.crafting.Recipe
group, isSpecial, showNotification
从接口继承的方法 net.minecraft.world.item.crafting.SmithingRecipe
getType, matches, recipeBookCategory
-
字段详细资料
-
template
-
base
-
addition
-
result
-
placementInfo
-
-
构造器详细资料
-
SmithingTransformRecipe
public SmithingTransformRecipe(Optional<Ingredient> p_361033_, Ingredient p_400131_, Optional<Ingredient> p_365496_, TransmuteResult p_394655_)
-
-
方法详细资料
-
assemble
- 指定者:
assemble
在接口中Recipe<SmithingRecipeInput>
-
templateIngredient
- 指定者:
templateIngredient
在接口中SmithingRecipe
-
baseIngredient
- 指定者:
baseIngredient
在接口中SmithingRecipe
-
additionIngredient
- 指定者:
additionIngredient
在接口中SmithingRecipe
-
getSerializer
- 指定者:
getSerializer
在接口中Recipe<SmithingRecipeInput>
- 指定者:
getSerializer
在接口中SmithingRecipe
-
placementInfo
- 指定者:
placementInfo
在接口中Recipe<SmithingRecipeInput>
-
display
- 指定者:
display
在接口中Recipe<SmithingRecipeInput>
-