Class GameConfiguration.ServerInformation

  • Enclosing class:
    GameConfiguration

    public static class GameConfiguration.ServerInformation
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String hostname  
      int port  
    • Constructor Summary

      Constructors 
      Constructor Description
      ServerInformation​(java.lang.String p_i45487_1_, int p_i45487_2_)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • hostname

        @Nullable
        public final java.lang.String hostname
      • port

        public final int port
    • Constructor Detail

      • ServerInformation

        public ServerInformation​(@Nullable
                                 java.lang.String p_i45487_1_,
                                 int p_i45487_2_)