@Environment(value=CLIENT) public static enum SkyProperties.class_5401 extends Enum<SkyProperties.class_5401>
| Modifier and Type | Method and Description |
|---|---|
static SkyProperties.class_5401 |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SkyProperties.class_5401[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SkyProperties.class_5401 NONE
public static final SkyProperties.class_5401 NORMAL
public static final SkyProperties.class_5401 END
public static SkyProperties.class_5401[] values()
for (SkyProperties.class_5401 c : SkyProperties.class_5401.values()) System.out.println(c);
public static SkyProperties.class_5401 valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is null