Class PlayerKeys


  • public class PlayerKeys
    extends java.lang.Object
    Class that holds Key objects for PlayerContainer.
    See Also:
    For DataContainer.
    • Field Detail

      • UUID

        public static final Key<java.util.UUID> UUID
      • NAME

        public static final Key<java.lang.String> NAME
      • NICKNAMES

        public static final Key<java.util.List<Nickname>> NICKNAMES
      • REGISTERED

        public static final PlaceholderKey<java.lang.Long> REGISTERED
      • KICK_COUNT

        public static final Key<java.lang.Integer> KICK_COUNT
      • GEO_INFO

        public static final Key<java.util.List<GeoInfo>> GEO_INFO
      • PING

        public static final Key<java.util.List<Ping>> PING
      • ACTIVE_SESSION

        public static final Key<Session> ACTIVE_SESSION
      • SESSIONS

        public static final Key<java.util.List<Session>> SESSIONS
      • PLAYER_KILLS

        public static final Key<java.util.List<PlayerKill>> PLAYER_KILLS
      • PLAYER_DEATHS_KILLS

        public static final Key<java.util.List<PlayerKill>> PLAYER_DEATHS_KILLS
      • PLAYER_DEATHS

        @Deprecated
        public static final Key<java.util.List<PlayerDeath>> PLAYER_DEATHS
        Deprecated.
      • 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
      • LAST_SEEN

        public static final PlaceholderKey<java.lang.Long> LAST_SEEN
      • BANNED

        public static final Key<java.lang.Boolean> BANNED
      • OPERATOR

        public static final Key<java.lang.Boolean> OPERATOR