Package | Description |
---|---|
net.minecraft.item | |
net.minecraft.item.crafting |
Modifier and Type | Field and Description |
---|---|
private static FireworkRocketItem.Shape[] |
FireworkRocketItem.Shape.VALUES |
Modifier and Type | Method and Description |
---|---|
static FireworkRocketItem.Shape |
FireworkRocketItem.Shape.get(int indexIn) |
static FireworkRocketItem.Shape |
FireworkRocketItem.Shape.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FireworkRocketItem.Shape[] |
FireworkRocketItem.Shape.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Field and Description |
---|---|
private static java.util.Map<Item,FireworkRocketItem.Shape> |
FireworkStarRecipe.ITEM_SHAPE_MAP |