Class PlayerKeys
- java.lang.Object
-
- com.djrapitops.plan.delivery.domain.keys.PlayerKeys
-
public class PlayerKeys extends java.lang.Object
Class that holds Key objects for PlayerContainer.- See Also:
For DataContainer.
-
-
Field Summary
Fields Modifier and Type Field Description static Key<ActiveSession>
ACTIVE_SESSION
static Key<java.lang.Boolean>
BANNED
static Key<java.lang.Integer>
DEATH_COUNT
static Key<java.util.List<GeoInfo>>
GEO_INFO
static Key<java.lang.Integer>
KICK_COUNT
static PlaceholderKey<java.lang.Long>
LAST_SEEN
static Key<java.lang.Integer>
MOB_KILL_COUNT
static Key<java.lang.String>
NAME
static Key<java.util.List<Nickname>>
NICKNAMES
static Key<java.lang.Boolean>
OPERATOR
static Key<PerServerContainer>
PER_SERVER
static Key<java.util.List<Ping>>
PING
static Key<java.util.List<PlayerDeath>>
PLAYER_DEATHS
Deprecated.static Key<java.util.List<PlayerKill>>
PLAYER_DEATHS_KILLS
static Key<java.lang.Integer>
PLAYER_KILL_COUNT
static Key<java.util.List<PlayerKill>>
PLAYER_KILLS
static PlaceholderKey<java.lang.Long>
REGISTERED
static Key<java.util.List<FinishedSession>>
SESSIONS
static Key<java.util.UUID>
UUID
static Key<WorldTimes>
WORLD_TIMES
-
-
-
Field Detail
-
UUID
public static final Key<java.util.UUID> UUID
-
NAME
public static final Key<java.lang.String> NAME
-
REGISTERED
public static final PlaceholderKey<java.lang.Long> REGISTERED
-
KICK_COUNT
public static final Key<java.lang.Integer> KICK_COUNT
-
ACTIVE_SESSION
public static final Key<ActiveSession> ACTIVE_SESSION
-
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_DEATHS_KILLS
public static final Key<java.util.List<PlayerKill>> PLAYER_DEATHS_KILLS
-
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
-
MOB_KILL_COUNT
public static final Key<java.lang.Integer> MOB_KILL_COUNT
-
DEATH_COUNT
public static final Key<java.lang.Integer> DEATH_COUNT
-
PER_SERVER
public static final Key<PerServerContainer> PER_SERVER
-
LAST_SEEN
public static final PlaceholderKey<java.lang.Long> LAST_SEEN
-
BANNED
public static final Key<java.lang.Boolean> BANNED
-
OPERATOR
public static final Key<java.lang.Boolean> OPERATOR
-
-