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