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