Uses of Enum Class
net.minecraft.item.FireworkItem.Type
Packages that use FireworkItem.Type
-
Uses of FireworkItem.Type in net.minecraft.item
Fields in net.minecraft.item declared as FireworkItem.TypeMethods in net.minecraft.item that return FireworkItem.TypeModifier and TypeMethodDescriptionstatic FireworkItem.TypeFireworkItem.Type.byId(int id)static FireworkItem.TypeReturns the enum constant of this class with the specified name.static FireworkItem.Type[]FireworkItem.Type.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of FireworkItem.Type in net.minecraft.recipe
Fields in net.minecraft.recipe with type parameters of type FireworkItem.TypeModifier and TypeFieldDescriptionprivate static Map<Item,FireworkItem.Type>FireworkStarRecipe.TYPE_MODIFIER_MAP