Class CommonKeys


  • public class CommonKeys
    extends java.lang.Object
    Class holding Key objects that are commonly used across multiple DataContainers.
    • 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
      • PING

        public static final Key<java.util.List<Ping>> PING
      • 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
      • 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