类 DecoratedPotRecipe
java.lang.Object
net.minecraft.world.item.crafting.CustomRecipe
net.minecraft.world.item.crafting.DecoratedPotRecipe
- 所有已实现的接口:
CraftingRecipe
,Recipe<CraftingInput>
-
嵌套类概要
从类继承的嵌套类/接口 net.minecraft.world.item.crafting.CustomRecipe
CustomRecipe.Serializer<T extends CraftingRecipe>
-
字段概要
从接口继承的字段 net.minecraft.world.item.crafting.Recipe
CODEC, CONDITIONAL_CODEC, KEY_CODEC, STREAM_CODEC
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明assemble
(CraftingInput p_345761_, HolderLookup.Provider p_335840_) private static ItemStack
back
(CraftingInput p_381134_) private static ItemStack
front
(CraftingInput p_381145_) private static ItemStack
left
(CraftingInput p_380977_) boolean
matches
(CraftingInput p_344915_, Level p_272812_) private static ItemStack
right
(CraftingInput p_380949_) 从类继承的方法 net.minecraft.world.item.crafting.CustomRecipe
category, isSpecial, placementInfo
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
从接口继承的方法 net.minecraft.world.item.crafting.CraftingRecipe
getRemainingItems, getType, recipeBookCategory
从接口继承的方法 net.minecraft.world.item.crafting.Recipe
display, group, showNotification
-
构造器详细资料
-
DecoratedPotRecipe
-
-
方法详细资料
-
back
-
left
-
right
-
front
-
matches
-
assemble
-
getSerializer
- 指定者:
getSerializer
在接口中CraftingRecipe
- 指定者:
getSerializer
在接口中Recipe<CraftingInput>
- 指定者:
getSerializer
在类中CustomRecipe
-