Uses of Class
net.minecraft.item.FireworkItem.Type
| Package | Description |
|---|---|
| net.minecraft.item | |
| net.minecraft.recipe |
-
Uses of FireworkItem.Type in net.minecraft.item
Fields in net.minecraft.item declared as FireworkItem.Type Modifier and Type Field Description private static FireworkItem.Type[]FireworkItem.Type. TYPESMethods in net.minecraft.item that return FireworkItem.Type Modifier and Type Method Description static FireworkItem.TypeFireworkItem.Type. byId(int id)static FireworkItem.TypeFireworkItem.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static FireworkItem.Type[]FireworkItem.Type. values()Returns an array containing the constants of this enum type, 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.Type Modifier and Type Field Description private static Map<Item,FireworkItem.Type>FireworkStarRecipe. TYPE_MODIFIER_MAP