Class ServerPinger.Result

  • Enclosing class:
    ServerPinger

    public static final class ServerPinger.Result
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Result​(int onlinePlayers, int maxPlayers, java.lang.String raw)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean isOverfilled()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • onlinePlayers

        public final int onlinePlayers
      • maxPlayers

        public final int maxPlayers
      • raw

        public final java.lang.String raw
    • Constructor Detail

      • Result

        public Result​(int onlinePlayers,
                      int maxPlayers,
                      java.lang.String raw)
    • Method Detail

      • isOverfilled

        public boolean isOverfilled()