public static enum EnumWrappers.PlayerInfoAction extends Enum<EnumWrappers.PlayerInfoAction>
| Enum Constant and Description |
|---|
ADD_PLAYER |
REMOVE_PLAYER |
UPDATE_DISPLAY_NAME |
UPDATE_GAME_MODE |
UPDATE_LATENCY |
| Modifier and Type | Method and Description |
|---|---|
static EnumWrappers.PlayerInfoAction |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EnumWrappers.PlayerInfoAction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumWrappers.PlayerInfoAction ADD_PLAYER
public static final EnumWrappers.PlayerInfoAction UPDATE_GAME_MODE
public static final EnumWrappers.PlayerInfoAction UPDATE_LATENCY
public static final EnumWrappers.PlayerInfoAction UPDATE_DISPLAY_NAME
public static final EnumWrappers.PlayerInfoAction REMOVE_PLAYER
public static EnumWrappers.PlayerInfoAction[] values()
for (EnumWrappers.PlayerInfoAction c : EnumWrappers.PlayerInfoAction.values()) System.out.println(c);
public static EnumWrappers.PlayerInfoAction 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 nullCopyright © 2012–2017 Comphenix and dmulloy2. Licensed under the GNU GPL v2.