Enum Class RealmsClient.Environment

java.lang.Object
java.lang.Enum<RealmsClient.Environment>
com.mojang.realmsclient.client.RealmsClient.Environment
All Implemented Interfaces:
Serializable, Comparable<RealmsClient.Environment>, Constable
Enclosing class:
RealmsClient

public static enum RealmsClient.Environment extends Enum<RealmsClient.Environment>
  • Enum Constant Details

  • Field Details

    • baseUrl

      public String baseUrl
    • protocol

      public String protocol
  • Constructor Details

    • Environment

      private Environment(String p_i51584_3_, String p_i51584_4_)
  • Method Details

    • values

      public static RealmsClient.Environment[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static RealmsClient.Environment valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null