public static enum IronGolemEntity.Cracks extends java.lang.Enum<IronGolemEntity.Cracks>
Modifier and Type | Field and Description |
---|---|
private static java.util.List<IronGolemEntity.Cracks> |
field_226513_e_ |
private float |
field_226514_f_ |
Modifier and Type | Method and Description |
---|---|
static IronGolemEntity.Cracks |
func_226515_a_(float p_226515_0_) |
static IronGolemEntity.Cracks |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IronGolemEntity.Cracks[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IronGolemEntity.Cracks NONE
public static final IronGolemEntity.Cracks LOW
public static final IronGolemEntity.Cracks MEDIUM
public static final IronGolemEntity.Cracks HIGH
private static final java.util.List<IronGolemEntity.Cracks> field_226513_e_
private final float field_226514_f_
public static IronGolemEntity.Cracks[] values()
for (IronGolemEntity.Cracks c : IronGolemEntity.Cracks.values()) System.out.println(c);
public static IronGolemEntity.Cracks 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 static IronGolemEntity.Cracks func_226515_a_(float p_226515_0_)