public class PlayerKeys
extends java.lang.Object
For DataContainer.
Modifier and Type | Field and Description |
---|---|
static Key<Session> |
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<Session>> |
SESSIONS |
static Key<java.util.UUID> |
UUID |
static Key<WorldTimes> |
WORLD_TIMES |
public static final Key<java.util.UUID> UUID
public static final Key<java.lang.String> NAME
public static final PlaceholderKey<java.lang.Long> REGISTERED
public static final Key<java.lang.Integer> KICK_COUNT
public static final Key<WorldTimes> WORLD_TIMES
public static final Key<java.util.List<PlayerKill>> PLAYER_KILLS
public static final Key<java.util.List<PlayerKill>> PLAYER_DEATHS_KILLS
@Deprecated public static final Key<java.util.List<PlayerDeath>> PLAYER_DEATHS
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
public static final Key<PerServerContainer> PER_SERVER
public static final PlaceholderKey<java.lang.Long> LAST_SEEN
public static final Key<java.lang.Boolean> BANNED
public static final Key<java.lang.Boolean> OPERATOR