public enum ServerPageLang extends java.lang.Enum<ServerPageLang> implements Lang
Lang
implementation for player.html replacement values.Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDefault() |
java.lang.String |
getIdentifier() |
static ServerPageLang |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ServerPageLang[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ServerPageLang SERVER_ANALYSIS
public static final ServerPageLang PLAYERS_ONLINE
public static final ServerPageLang UNIQUE
public static final ServerPageLang NEW
public static final ServerPageLang REGULAR
public static final ServerPageLang TOTAL_PLAYERS
public static final ServerPageLang UNIQUE_PLAYERS_TEXT
public static final ServerPageLang NEW_PLAYERS_TEXT
public static final ServerPageLang PER_DAY
public static final ServerPageLang LAST_PEAK
public static final ServerPageLang ALL_TIME_PEAK
public static final ServerPageLang SERVER_INFORMATION
public static final ServerPageLang USER_INFORMATION
public static final ServerPageLang RECENT_LOGINS
public static final ServerPageLang ONLINE_ACTIVITY
public static final ServerPageLang UNIQUE_PLAYERS
public static final ServerPageLang CALENDAR
public static final ServerPageLang PUNCHCARD
public static final ServerPageLang UNIQUE_CALENDAR
public static final ServerPageLang NEW_CALENDAR
public static final ServerPageLang NEW_RETENTION
public static final ServerPageLang PREDICETED_RETENTION
public static final ServerPageLang SERVER_HEALTH_ESTIMATE
public static final ServerPageLang LAST_30_DAYS_TEXT
public static final ServerPageLang PLAYERBASE_DEVELOPMENT
public static final ServerPageLang CURRENT_PLAYERBASE
public static final ServerPageLang WORLD_PLAYTIME
public static final ServerPageLang WORLD_LOAD
public static final ServerPageLang ALL
public static final ServerPageLang LOW_TPS_SPIKES
public static final ServerPageLang USAGE
public static final ServerPageLang LOADED_ENTITIES
public static final ServerPageLang LOADED_CHUNKS
public static final ServerPageLang ENTITIES
public static final ServerPageLang CHUNKS
public static final ServerPageLang AVG
public static final ServerPageLang PLAYER_LIST
public static final ServerPageLang NAME
public static final ServerPageLang REGISTERED_TEXT
public static final ServerPageLang GEOLOCATION_TEXT
public static final ServerPageLang COUNTRY
public static final ServerPageLang COMMNAND_USAGE
public static final ServerPageLang USED_COMMANDS
public static final ServerPageLang UNIQUE_TEXT
public static final ServerPageLang COMMAND
public static final ServerPageLang TIMES_USED
public static final ServerPageLang FREE_DISK_SPACE
public static final ServerPageLang DISK_SPACE
public static ServerPageLang[] values()
for (ServerPageLang c : ServerPageLang.values()) System.out.println(c);
public static ServerPageLang 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 nullpublic java.lang.String getIdentifier()
getIdentifier
in interface Lang
public java.lang.String getDefault()
getDefault
in interface Lang