public class SessionKeys
extends java.lang.Object
for DataContainer.
Modifier and Type | Field and Description |
---|---|
static Key<java.lang.Long> |
ACTIVE_TIME |
static Key<java.lang.Long> |
AFK_TIME |
static Key<java.lang.Integer> |
DB_ID |
static Key<java.lang.Integer> |
DEATH_COUNT |
static Key<java.lang.Long> |
END |
static Key<java.lang.Long> |
LENGTH |
static Key<java.lang.String> |
LONGEST_WORLD_PLAYED
Deprecated.
|
static Key<java.lang.Integer> |
MOB_KILL_COUNT |
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 |
static Key<java.util.UUID> |
SERVER_UUID |
static Key<java.lang.Long> |
START |
static Key<java.util.UUID> |
UUID |
static Key<WorldTimes> |
WORLD_TIMES |
public static final Key<java.lang.Integer> DB_ID
public static final Key<java.util.UUID> UUID
public static final Key<java.util.UUID> SERVER_UUID
public static final Key<java.lang.Long> START
public static final Key<java.lang.Long> END
public static final Key<java.lang.Long> LENGTH
public static final Key<java.lang.Long> AFK_TIME
public static final Key<java.lang.Long> ACTIVE_TIME
public static final Key<WorldTimes> WORLD_TIMES
public static final Key<java.util.List<PlayerKill>> PLAYER_KILLS
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
@Deprecated public static final Key<java.util.List<PlayerDeath>> PLAYER_DEATHS
@Deprecated public static final Key<java.lang.String> LONGEST_WORLD_PLAYED