类 FireworkStarRecipe
java.lang.Object
net.minecraft.world.item.crafting.CustomRecipe
net.minecraft.world.item.crafting.FireworkStarRecipe
- 所有已实现的接口:
CraftingRecipe
,Recipe<CraftingContainer>
-
字段概要
字段修饰符和类型字段说明private static final Ingredient
private static final Ingredient
private static final Map<Item,
FireworkRocketItem.Shape> private static final Ingredient
private static final Ingredient
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明assemble
(CraftingContainer pContainer, RegistryAccess pRegistryAccess) boolean
canCraftInDimensions
(int pWidth, int pHeight) getResultItem
(RegistryAccess pRegistryAccess) boolean
matches
(CraftingContainer pInv, Level pLevel) 从类继承的方法 net.minecraft.world.item.crafting.CustomRecipe
category, getId, isSpecial
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
从接口继承的方法 net.minecraft.world.item.crafting.CraftingRecipe
getType
从接口继承的方法 net.minecraft.world.item.crafting.Recipe
getGroup, getIngredients, getRemainingItems, getToastSymbol, isIncomplete, showNotification
-
字段详细资料
-
SHAPE_INGREDIENT
-
TRAIL_INGREDIENT
-
FLICKER_INGREDIENT
-
SHAPE_BY_ITEM
-
GUNPOWDER_INGREDIENT
-
-
构造器详细资料
-
FireworkStarRecipe
-
-
方法详细资料
-
matches
-
assemble
-
canCraftInDimensions
public boolean canCraftInDimensions(int pWidth, int pHeight) -
getResultItem
- 指定者:
getResultItem
在接口中Recipe<CraftingContainer>
- 覆盖:
getResultItem
在类中CustomRecipe
-
getSerializer
-