public static enum FireworkRocketItem.Shape extends java.lang.Enum<FireworkRocketItem.Shape>
Enum Constant and Description |
---|
BURST |
CREEPER |
LARGE_BALL |
SMALL_BALL |
STAR |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
func_196068_b() |
static FireworkRocketItem.Shape |
func_196070_a(int p_196070_0_) |
int |
func_196071_a() |
static FireworkRocketItem.Shape |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FireworkRocketItem.Shape[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FireworkRocketItem.Shape SMALL_BALL
public static final FireworkRocketItem.Shape LARGE_BALL
public static final FireworkRocketItem.Shape STAR
public static final FireworkRocketItem.Shape CREEPER
public static final FireworkRocketItem.Shape BURST
public static FireworkRocketItem.Shape[] values()
for (FireworkRocketItem.Shape c : FireworkRocketItem.Shape.values()) System.out.println(c);
public static FireworkRocketItem.Shape valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic int func_196071_a()
public java.lang.String func_196068_b()
public static FireworkRocketItem.Shape func_196070_a(int p_196070_0_)