Class CommonKeys
- java.lang.Object
-
- com.djrapitops.plan.delivery.domain.keys.CommonKeys
-
public class CommonKeys extends java.lang.Object
Class holding Key objects that are commonly used across multiple DataContainers.
-
-
Field Summary
Fields Modifier and Type Field Description static Key<java.util.TreeMap<java.lang.Long,java.util.Map<java.lang.String,java.util.Set<java.util.UUID>>>>
ACTIVITY_DATA
static Key<java.lang.Boolean>
BANNED
static Key<java.lang.Integer>
DEATH_COUNT
static PlaceholderKey<java.lang.Long>
LAST_SEEN
static Key<java.lang.Integer>
MOB_DEATH_COUNT
static Key<java.lang.Integer>
MOB_KILL_COUNT
static Key<java.lang.String>
NAME
static Key<java.lang.Boolean>
OPERATOR
static Key<java.util.List<Ping>>
PING
static Key<java.lang.Integer>
PLAYER_DEATH_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<PlayersMutator>
PLAYERS_MUTATOR
static PlaceholderKey<java.lang.Long>
REGISTERED
static Key<java.util.UUID>
SERVER_UUID
static Key<java.util.List<Session>>
SESSIONS
static Key<SessionsMutator>
SESSIONS_MUTATOR
static Key<TPSMutator>
TPS_MUTATOR
static Key<java.util.UUID>
UUID
static Key<WorldTimes>
WORLD_TIMES
-
-
-
Field Detail
-
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
-
REGISTERED
public static final PlaceholderKey<java.lang.Long> REGISTERED
-
WORLD_TIMES
public static final Key<WorldTimes> WORLD_TIMES
-
LAST_SEEN
public static final PlaceholderKey<java.lang.Long> LAST_SEEN
-
PLAYER_DEATHS
@Deprecated public static final Key<java.util.List<PlayerDeath>> PLAYER_DEATHS
Deprecated.
-
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
-
PLAYER_DEATH_COUNT
public static final Key<java.lang.Integer> PLAYER_DEATH_COUNT
-
MOB_KILL_COUNT
public static final Key<java.lang.Integer> MOB_KILL_COUNT
-
MOB_DEATH_COUNT
public static final Key<java.lang.Integer> MOB_DEATH_COUNT
-
DEATH_COUNT
public static final Key<java.lang.Integer> DEATH_COUNT
-
BANNED
public static final Key<java.lang.Boolean> BANNED
-
OPERATOR
public static final Key<java.lang.Boolean> OPERATOR
-
SESSIONS_MUTATOR
public static final Key<SessionsMutator> SESSIONS_MUTATOR
-
TPS_MUTATOR
public static final Key<TPSMutator> TPS_MUTATOR
-
PLAYERS_MUTATOR
public static final Key<PlayersMutator> PLAYERS_MUTATOR
-
ACTIVITY_DATA
public static final Key<java.util.TreeMap<java.lang.Long,java.util.Map<java.lang.String,java.util.Set<java.util.UUID>>>> ACTIVITY_DATA
-
-