Uses of Enum Class
net.minecraft.item.FireworkRocketItem.Type
Packages that use FireworkRocketItem.Type
-
Uses of FireworkRocketItem.Type in net.minecraft.item
Fields in net.minecraft.item with type parameters of type FireworkRocketItem.TypeModifier and TypeFieldDescriptionprivate static final IntFunction<FireworkRocketItem.Type>FireworkRocketItem.Type.BY_IDMethods in net.minecraft.item that return FireworkRocketItem.TypeModifier and TypeMethodDescriptionstatic FireworkRocketItem.TypeFireworkRocketItem.Type.byId(int id) static FireworkRocketItem.TypeReturns 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
Fields in net.minecraft.recipe with type parameters of type FireworkRocketItem.TypeModifier and TypeFieldDescriptionprivate static final Map<Item,FireworkRocketItem.Type> FireworkStarRecipe.TYPE_MODIFIER_MAP