Class ServerKeys


  • public class ServerKeys
    extends java.lang.Object
    Keys for the ServerContainer.
    See Also:
    For DataContainer.
    • Field Detail

      • SERVER_UUID

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

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

        public static final Key<java.lang.Integer> PLAYER_COUNT
      • PING

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

        public static final Key<java.util.List<TPS>> TPS
      • ALL_TIME_PEAK_PLAYERS

        public static final Key<DateObj<java.lang.Integer>> ALL_TIME_PEAK_PLAYERS
      • RECENT_PEAK_PLAYERS

        public static final Key<DateObj<java.lang.Integer>> RECENT_PEAK_PLAYERS
      • COMMAND_USAGE

        @Deprecated
        public static final Key<java.util.Map<java.lang.String,​java.lang.Integer>> COMMAND_USAGE
        Deprecated.
      • EXTENSION_DATA

        public static final Key<java.util.List<ExtensionData>> EXTENSION_DATA