Class SessionKeys
- java.lang.Object
-
- com.djrapitops.plan.delivery.domain.keys.SessionKeys
-
public class SessionKeys extends java.lang.Object
Class holding Key objects for Session (DataContainer).- See Also:
for DataContainer.
-
-
Field Summary
Fields Modifier and Type Field Description static Key<java.lang.Long>
ACTIVE_TIME
static Key<java.lang.Long>
AFK_TIME
static Key<java.lang.Double>
AVERAGE_PING
static Key<java.lang.Integer>
DB_ID
static Key<java.lang.Integer>
DEATH_COUNT
static Key<java.lang.Long>
END
static Key<java.lang.Boolean>
FIRST_SESSION
static Key<java.lang.Long>
LENGTH
static Key<java.lang.String>
LONGEST_WORLD_PLAYED
Deprecated.use WorldAliasSettings#getLongestWorldPlayed(Session) instead.static Key<java.lang.Integer>
MOB_KILL_COUNT
static Key<java.lang.String>
NAME
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.lang.String>
SERVER_NAME
static Key<java.util.UUID>
SERVER_UUID
static Key<java.lang.Long>
START
static Key<java.util.UUID>
UUID
static Key<WorldTimes>
WORLD_TIMES
-
-
-
Field Detail
-
DB_ID
public static final Key<java.lang.Integer> DB_ID
-
UUID
public static final Key<java.util.UUID> UUID
-
SERVER_UUID
public static final Key<java.util.UUID> SERVER_UUID
-
NAME
public static final Key<java.lang.String> NAME
-
SERVER_NAME
public static final Key<java.lang.String> SERVER_NAME
-
START
public static final Key<java.lang.Long> START
-
END
public static final Key<java.lang.Long> END
-
LENGTH
public static final Key<java.lang.Long> LENGTH
-
AFK_TIME
public static final Key<java.lang.Long> AFK_TIME
-
ACTIVE_TIME
public static final Key<java.lang.Long> ACTIVE_TIME
-
WORLD_TIMES
public static final Key<WorldTimes> WORLD_TIMES
-
PLAYER_KILLS
public static final Key<java.util.List<PlayerKill>> PLAYER_KILLS
-
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
-
FIRST_SESSION
public static final Key<java.lang.Boolean> FIRST_SESSION
-
PLAYER_DEATHS
@Deprecated public static final Key<java.util.List<PlayerDeath>> PLAYER_DEATHS
Deprecated.
-
LONGEST_WORLD_PLAYED
@Deprecated public static final Key<java.lang.String> LONGEST_WORLD_PLAYED
Deprecated.use WorldAliasSettings#getLongestWorldPlayed(Session) instead.
-
AVERAGE_PING
public static final Key<java.lang.Double> AVERAGE_PING
-
-