Class PerServerKeys

java.lang.Object
com.djrapitops.plan.delivery.domain.keys.PerServerKeys

public class PerServerKeys extends Object
Key objects for PerServerContainer container.
See Also:
  • Field Details

    • REGISTERED

      public static final Key<Long> REGISTERED
    • PING

      public static final Key<List<Ping>> PING
    • SESSIONS

      public static final Key<List<FinishedSession>> SESSIONS
    • WORLD_TIMES

      public static final Key<WorldTimes> WORLD_TIMES
    • PLAYER_KILL_COUNT

      public static final Key<Integer> PLAYER_KILL_COUNT
    • MOB_KILL_COUNT

      public static final Key<Integer> MOB_KILL_COUNT
    • DEATH_COUNT

      public static final Key<Integer> DEATH_COUNT
    • LAST_SEEN

      public static final Key<Long> LAST_SEEN
    • BANNED

      public static final Key<Boolean> BANNED
    • OPERATOR

      public static final Key<Boolean> OPERATOR
    • JOIN_ADDRESS

      public static final Key<String> JOIN_ADDRESS