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