类 TransmuteRecipe
java.lang.Object
net.minecraft.world.item.crafting.TransmuteRecipe
- 所有已实现的接口:
CraftingRecipe
,Recipe<CraftingInput>
-
嵌套类概要
嵌套类 -
字段概要
字段修饰符和类型字段说明(专用程序包) final CraftingBookCategory
(专用程序包) final String
(专用程序包) final Ingredient
(专用程序包) final Ingredient
private PlacementInfo
从接口继承的字段 net.minecraft.world.item.crafting.Recipe
CODEC, STREAM_CODEC
-
构造器概要
构造器构造器说明TransmuteRecipe
(String p_365892_, CraftingBookCategory p_365216_, Ingredient p_361778_, Ingredient p_366676_, Holder<Item> p_368172_) -
方法概要
修饰符和类型方法说明assemble
(CraftingInput p_364916_, HolderLookup.Provider p_369797_) category()
display()
group()
boolean
matches
(CraftingInput p_362474_, Level p_361244_) 从类继承的方法 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_365892_, CraftingBookCategory p_365216_, Ingredient p_361778_, Ingredient p_366676_, Holder<Item> p_368172_)
-
-
方法详细资料
-
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
-