static enum ServerWorldLightManager.Phase extends java.lang.Enum<ServerWorldLightManager.Phase>
| Enum Constant and Description |
|---|
POST_UPDATE |
PRE_UPDATE |
| Modifier and Type | Method and Description |
|---|---|
static ServerWorldLightManager.Phase |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ServerWorldLightManager.Phase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ServerWorldLightManager.Phase PRE_UPDATE
public static final ServerWorldLightManager.Phase POST_UPDATE
public static ServerWorldLightManager.Phase[] values()
for (ServerWorldLightManager.Phase c : ServerWorldLightManager.Phase.values()) System.out.println(c);
public static ServerWorldLightManager.Phase 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 null