接口 SmithingRecipe
- 所有超级接口:
Recipe<SmithingRecipeInput>
- 所有已知实现类:
SmithingTransformRecipe
,SmithingTrimRecipe
-
字段概要
从接口继承的字段 net.minecraft.world.item.crafting.Recipe
CODEC, CONDITIONAL_CODEC, KEY_CODEC, STREAM_CODEC
-
方法概要
修饰符和类型方法说明RecipeSerializer
<? extends SmithingRecipe> default RecipeType
<SmithingRecipe> getType()
default boolean
matches
(SmithingRecipeInput p_362233_, Level p_361570_) default RecipeBookCategory
从接口继承的方法 net.minecraft.world.item.crafting.Recipe
assemble, display, group, isSpecial, placementInfo, showNotification
-
方法详细资料
-
getType
- 指定者:
getType
在接口中Recipe<SmithingRecipeInput>
-
getSerializer
RecipeSerializer<? extends SmithingRecipe> getSerializer()- 指定者:
getSerializer
在接口中Recipe<SmithingRecipeInput>
-
matches
- 指定者:
matches
在接口中Recipe<SmithingRecipeInput>
-
templateIngredient
Optional<Ingredient> templateIngredient() -
baseIngredient
Ingredient baseIngredient() -
additionIngredient
Optional<Ingredient> additionIngredient() -
recipeBookCategory
- 指定者:
recipeBookCategory
在接口中Recipe<SmithingRecipeInput>
-