Class PerServerKeys
- java.lang.Object
-
- com.djrapitops.plan.delivery.domain.keys.PerServerKeys
-
public class PerServerKeys extends java.lang.Object
Key objects for PerServerContainer container.- See Also:
For Suppliers for each key
,For the DataContainer.
-
-
Field Summary
Fields Modifier and Type Field Description static Key<java.lang.Boolean>
BANNED
static Key<java.lang.Integer>
DEATH_COUNT
static Key<java.lang.Long>
LAST_SEEN
static Key<java.lang.Integer>
MOB_DEATH_COUNT
Deprecated.static Key<java.lang.Integer>
MOB_KILL_COUNT
static Key<java.lang.Boolean>
OPERATOR
static Key<java.util.List<Ping>>
PING
static Key<java.lang.Integer>
PLAYER_DEATH_COUNT
Deprecated.static Key<java.util.List<PlayerDeath>>
PLAYER_DEATHS
Deprecated.static Key<java.lang.Integer>
PLAYER_KILL_COUNT
static Key<java.util.List<PlayerKill>>
PLAYER_KILLS
Deprecated.static Key<java.lang.Long>
REGISTERED
static Key<java.util.List<FinishedSession>>
SESSIONS
static Key<WorldTimes>
WORLD_TIMES
-
-
-
Field Detail
-
REGISTERED
public static final Key<java.lang.Long> REGISTERED
-
SESSIONS
public static final Key<java.util.List<FinishedSession>> SESSIONS
-
WORLD_TIMES
public static final Key<WorldTimes> WORLD_TIMES
-
PLAYER_KILLS
@Deprecated public static final Key<java.util.List<PlayerKill>> PLAYER_KILLS
Deprecated.
-
PLAYER_DEATHS
@Deprecated public static final Key<java.util.List<PlayerDeath>> PLAYER_DEATHS
Deprecated.
-
PLAYER_KILL_COUNT
public static final Key<java.lang.Integer> PLAYER_KILL_COUNT
-
PLAYER_DEATH_COUNT
@Deprecated public static final Key<java.lang.Integer> PLAYER_DEATH_COUNT
Deprecated.
-
MOB_KILL_COUNT
public static final Key<java.lang.Integer> MOB_KILL_COUNT
-
MOB_DEATH_COUNT
@Deprecated public static final Key<java.lang.Integer> MOB_DEATH_COUNT
Deprecated.
-
DEATH_COUNT
public static final Key<java.lang.Integer> DEATH_COUNT
-
LAST_SEEN
public static final Key<java.lang.Long> LAST_SEEN
-
BANNED
public static final Key<java.lang.Boolean> BANNED
-
OPERATOR
public static final Key<java.lang.Boolean> OPERATOR
-
-