public class PerServerKeys
extends java.lang.Object
For Suppliers for each key
,
For the DataContainer.
Modifier and Type | Field and 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<Session>> |
SESSIONS |
static Key<WorldTimes> |
WORLD_TIMES |
public static final Key<java.lang.Long> REGISTERED
public static final Key<WorldTimes> WORLD_TIMES
@Deprecated public static final Key<java.util.List<PlayerKill>> PLAYER_KILLS
@Deprecated public static final Key<java.util.List<PlayerDeath>> PLAYER_DEATHS
public static final Key<java.lang.Integer> PLAYER_KILL_COUNT
@Deprecated public static final Key<java.lang.Integer> PLAYER_DEATH_COUNT
public static final Key<java.lang.Integer> MOB_KILL_COUNT
@Deprecated public static final Key<java.lang.Integer> MOB_DEATH_COUNT
public static final Key<java.lang.Integer> DEATH_COUNT
public static final Key<java.lang.Long> LAST_SEEN
public static final Key<java.lang.Boolean> BANNED
public static final Key<java.lang.Boolean> OPERATOR