类 FireworkStarRecipe
java.lang.Object
net.minecraft.world.item.crafting.CustomRecipe
net.minecraft.world.item.crafting.FireworkStarRecipe
- 所有已实现的接口:
CraftingRecipe
,Recipe<CraftingInput>
-
嵌套类概要
从类继承的嵌套类/接口 net.minecraft.world.item.crafting.CustomRecipe
CustomRecipe.Serializer<T extends CraftingRecipe>
-
字段概要
字段修饰符和类型字段说明private static final Ingredient
private static final Map
<Item, FireworkExplosion.Shape> private static final Ingredient
private static final Ingredient
从接口继承的字段 net.minecraft.world.item.crafting.Recipe
CODEC, CONDITIONAL_CODEC, KEY_CODEC, STREAM_CODEC
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明assemble
(CraftingInput p_346206_, HolderLookup.Provider p_335498_) boolean
matches
(CraftingInput p_344993_, Level p_43896_) 从类继承的方法 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
-
字段详细资料
-
SHAPE_BY_ITEM
-
TRAIL_INGREDIENT
-
TWINKLE_INGREDIENT
-
GUNPOWDER_INGREDIENT
-
-
构造器详细资料
-
FireworkStarRecipe
-
-
方法详细资料
-
matches
-
assemble
-
getSerializer
- 指定者:
getSerializer
在接口中CraftingRecipe
- 指定者:
getSerializer
在接口中Recipe<CraftingInput>
- 指定者:
getSerializer
在类中CustomRecipe
-