Class ServerKeys
- java.lang.Object
-
- com.djrapitops.plan.delivery.domain.keys.ServerKeys
-
public class ServerKeys extends java.lang.Object
Keys for the ServerContainer.- See Also:
For DataContainer.
-
-
Field Summary
Fields Modifier and Type Field 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<FinishedSession>>
SESSIONS
static Key<java.util.List<TPS>>
TPS
static Key<WorldTimes>
WORLD_TIMES
-
-
-
Field Detail
-
SERVER_UUID
public static final Key<java.util.UUID> SERVER_UUID
-
NAME
public static final Key<java.lang.String> NAME
-
PLAYERS
public static final Key<java.util.List<PlayerContainer>> PLAYERS
-
OPERATORS
public static final Key<java.util.List<PlayerContainer>> OPERATORS
-
PLAYER_COUNT
public static final Key<java.lang.Integer> PLAYER_COUNT
-
SESSIONS
public static final Key<java.util.List<FinishedSession>> SESSIONS
-
WORLD_TIMES
public static final Key<WorldTimes> WORLD_TIMES
-
PLAYER_KILLS
public static final Key<java.util.List<PlayerKill>> PLAYER_KILLS
-
PLAYER_KILL_COUNT
public static final Key<java.lang.Integer> PLAYER_KILL_COUNT
-
MOB_KILL_COUNT
public static final Key<java.lang.Integer> MOB_KILL_COUNT
-
DEATH_COUNT
public static final Key<java.lang.Integer> DEATH_COUNT
-
COMMAND_USAGE
@Deprecated public static final Key<java.util.Map<java.lang.String,java.lang.Integer>> COMMAND_USAGE
Deprecated.
-
EXTENSION_DATA
public static final Key<java.util.List<ExtensionData>> EXTENSION_DATA
-
-