public class ServerKeys
extends java.lang.Object
For DataContainer.
Modifier and Type | Field and Description |
---|---|
static Key<DateObj<java.lang.Integer>> |
ALL_TIME_PEAK_PLAYERS |
static Key<java.util.Map<java.lang.String,java.lang.Integer>> |
COMMAND_USAGE
Deprecated.
|
static Key<java.lang.Integer> |
DEATH_COUNT |
static Key<java.util.List<ExtensionData>> |
EXTENSION_DATA |
static Key<java.lang.Integer> |
MOB_KILL_COUNT |
static Key<java.lang.String> |
NAME |
static Key<java.util.List<PlayerContainer>> |
OPERATORS |
static Key<java.util.List<Ping>> |
PING |
static Key<java.lang.Integer> |
PLAYER_COUNT |
static Key<java.lang.Integer> |
PLAYER_KILL_COUNT |
static Key<java.util.List<PlayerKill>> |
PLAYER_KILLS |
static Key<java.util.List<PlayerContainer>> |
PLAYERS |
static Key<DateObj<java.lang.Integer>> |
RECENT_PEAK_PLAYERS |
static Key<java.util.UUID> |
SERVER_UUID |
static Key<java.util.List<Session>> |
SESSIONS |
static Key<java.util.List<TPS>> |
TPS |
static Key<WorldTimes> |
WORLD_TIMES |
public static final Key<java.util.UUID> SERVER_UUID
public static final Key<java.lang.String> NAME
public static final Key<java.util.List<PlayerContainer>> PLAYERS
public static final Key<java.util.List<PlayerContainer>> OPERATORS
public static final Key<java.lang.Integer> PLAYER_COUNT
public static final Key<WorldTimes> WORLD_TIMES
public static final Key<java.util.List<PlayerKill>> PLAYER_KILLS
public static final Key<java.lang.Integer> PLAYER_KILL_COUNT
public static final Key<java.lang.Integer> MOB_KILL_COUNT
public static final Key<java.lang.Integer> DEATH_COUNT
@Deprecated public static final Key<java.util.Map<java.lang.String,java.lang.Integer>> COMMAND_USAGE
public static final Key<java.util.List<ExtensionData>> EXTENSION_DATA