Class ClientProfile.ServerProfile

java.lang.Object
pro.gravit.launcher.base.profiles.ClientProfile.ServerProfile
Enclosing class:
ClientProfile

public static class ClientProfile.ServerProfile extends Object
  • Field Details

    • name

      public String name
    • serverAddress

      public String serverAddress
    • serverPort

      public int serverPort
    • isDefault

      public boolean isDefault
    • protocol

      public int protocol
    • socketPing

      public boolean socketPing
  • Constructor Details

    • ServerProfile

      public ServerProfile()
    • ServerProfile

      public ServerProfile(String name, String serverAddress, int serverPort)
    • ServerProfile

      public ServerProfile(String name, String serverAddress, int serverPort, boolean isDefault)
  • Method Details