类 SmithingTrimRecipe
java.lang.Object
net.minecraft.world.item.crafting.SmithingTrimRecipe
- 所有已实现的接口:
Recipe<SmithingRecipeInput>
,SmithingRecipe
-
嵌套类概要
嵌套类 -
字段概要
字段修饰符和类型字段说明(专用程序包) final Optional
<Ingredient> (专用程序包) final Optional
<Ingredient> private PlacementInfo
(专用程序包) final Optional
<Ingredient> 从接口继承的字段 net.minecraft.world.item.crafting.Recipe
CODEC, STREAM_CODEC
-
构造器概要
构造器构造器说明SmithingTrimRecipe
(Optional<Ingredient> p_369733_, Optional<Ingredient> p_361422_, Optional<Ingredient> p_368814_) -
方法概要
修饰符和类型方法说明static ItemStack
applyTrim
(HolderLookup.Provider p_369231_, ItemStack p_368958_, ItemStack p_366218_, ItemStack p_368590_) assemble
(SmithingRecipeInput p_344440_, HolderLookup.Provider p_330268_) display()
从类继承的方法 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
-
placementInfo
-
-
构造器详细资料
-
SmithingTrimRecipe
public SmithingTrimRecipe(Optional<Ingredient> p_369733_, Optional<Ingredient> p_361422_, Optional<Ingredient> p_368814_)
-
-
方法详细资料
-
assemble
- 指定者:
assemble
在接口中Recipe<SmithingRecipeInput>
-
applyTrim
public static ItemStack applyTrim(HolderLookup.Provider p_369231_, ItemStack p_368958_, ItemStack p_366218_, ItemStack p_368590_) -
templateIngredient
- 指定者:
templateIngredient
在接口中SmithingRecipe
-
baseIngredient
- 指定者:
baseIngredient
在接口中SmithingRecipe
-
additionIngredient
- 指定者:
additionIngredient
在接口中SmithingRecipe
-
getSerializer
- 指定者:
getSerializer
在接口中Recipe<SmithingRecipeInput>
- 指定者:
getSerializer
在接口中SmithingRecipe
-
placementInfo
- 指定者:
placementInfo
在接口中Recipe<SmithingRecipeInput>
-
display
- 指定者:
display
在接口中Recipe<SmithingRecipeInput>
-