类 TransmuteRecipe
java.lang.Object
net.minecraft.world.item.crafting.TransmuteRecipe
- 所有已实现的接口:
CraftingRecipe
,Recipe<CraftingInput>
-
嵌套类概要
嵌套类 -
字段概要
字段修饰符和类型字段说明(专用程序包) final CraftingBookCategory
(专用程序包) final String
(专用程序包) final Ingredient
(专用程序包) final Ingredient
private PlacementInfo
(专用程序包) final TransmuteResult
从接口继承的字段 net.minecraft.world.item.crafting.Recipe
CODEC, CONDITIONAL_CODEC, KEY_CODEC, STREAM_CODEC
-
构造器概要
构造器构造器说明TransmuteRecipe
(String p_374115_, CraftingBookCategory p_374513_, Ingredient p_374507_, Ingredient p_374190_, TransmuteResult p_394363_) -
方法概要
修饰符和类型方法说明assemble
(CraftingInput p_374148_, HolderLookup.Provider p_374579_) category()
display()
group()
boolean
matches
(CraftingInput p_374402_, Level p_374075_) 从类继承的方法 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
isSpecial, showNotification
-
字段详细资料
-
group
-
category
-
input
-
material
-
result
-
placementInfo
-
-
构造器详细资料
-
TransmuteRecipe
public TransmuteRecipe(String p_374115_, CraftingBookCategory p_374513_, Ingredient p_374507_, Ingredient p_374190_, TransmuteResult p_394363_)
-
-
方法详细资料
-
matches
- 指定者:
matches
在接口中Recipe<CraftingInput>
-
assemble
- 指定者:
assemble
在接口中Recipe<CraftingInput>
-
display
- 指定者:
display
在接口中Recipe<CraftingInput>
-
getSerializer
- 指定者:
getSerializer
在接口中CraftingRecipe
- 指定者:
getSerializer
在接口中Recipe<CraftingInput>
-
group
- 指定者:
group
在接口中Recipe<CraftingInput>
-
placementInfo
- 指定者:
placementInfo
在接口中Recipe<CraftingInput>
-
category
- 指定者:
category
在接口中CraftingRecipe
-