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