Uses of Enum Class
net.minecraft.item.FireworkRocketItem.Type
-
Uses of FireworkRocketItem.Type in net.minecraft.item
Modifier and TypeFieldDescriptionprivate static final IntFunction<FireworkRocketItem.Type>
FireworkRocketItem.Type.BY_ID
Modifier and TypeMethodDescriptionstatic FireworkRocketItem.Type
FireworkRocketItem.Type.byId
(int id) static FireworkRocketItem.Type
Returns the enum constant of this class with the specified name.static FireworkRocketItem.Type[]
FireworkRocketItem.Type.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of FireworkRocketItem.Type in net.minecraft.recipe
Modifier and TypeFieldDescriptionprivate static final Map<Item,
FireworkRocketItem.Type> FireworkStarRecipe.TYPE_MODIFIER_MAP