Enum Class RealmsClient.CompatibleVersionResponse

java.lang.Object
java.lang.Enum<RealmsClient.CompatibleVersionResponse>
net.minecraft.client.realms.RealmsClient.CompatibleVersionResponse
All Implemented Interfaces:
Serializable, Comparable<RealmsClient.CompatibleVersionResponse>, Constable
Enclosing class:
RealmsClient

@Environment(CLIENT) public static enum RealmsClient.CompatibleVersionResponse extends Enum<RealmsClient.CompatibleVersionResponse>
Mappings:
Namespace Name
official ees$a
intermediary net/minecraft/class_4341$class_4342
named net/minecraft/client/realms/RealmsClient$CompatibleVersionResponse
  • Enum Constant Details

    • COMPATIBLE

      public static final RealmsClient.CompatibleVersionResponse COMPATIBLE
      Mappings:
      Namespace Name Mixin selector
      official a Lees$a;a:Lees$a;
      intermediary field_19582 Lnet/minecraft/class_4341$class_4342;field_19582:Lnet/minecraft/class_4341$class_4342;
      named COMPATIBLE Lnet/minecraft/client/realms/RealmsClient$CompatibleVersionResponse;COMPATIBLE:Lnet/minecraft/client/realms/RealmsClient$CompatibleVersionResponse;
    • OUTDATED

      public static final RealmsClient.CompatibleVersionResponse OUTDATED
      Mappings:
      Namespace Name Mixin selector
      official b Lees$a;b:Lees$a;
      intermediary field_19583 Lnet/minecraft/class_4341$class_4342;field_19583:Lnet/minecraft/class_4341$class_4342;
      named OUTDATED Lnet/minecraft/client/realms/RealmsClient$CompatibleVersionResponse;OUTDATED:Lnet/minecraft/client/realms/RealmsClient$CompatibleVersionResponse;
    • OTHER

      public static final RealmsClient.CompatibleVersionResponse OTHER
      Mappings:
      Namespace Name Mixin selector
      official c Lees$a;c:Lees$a;
      intermediary field_19584 Lnet/minecraft/class_4341$class_4342;field_19584:Lnet/minecraft/class_4341$class_4342;
      named OTHER Lnet/minecraft/client/realms/RealmsClient$CompatibleVersionResponse;OTHER:Lnet/minecraft/client/realms/RealmsClient$CompatibleVersionResponse;
  • Constructor Details

    • CompatibleVersionResponse

      private CompatibleVersionResponse()
  • Method Details

    • values

      public static RealmsClient.CompatibleVersionResponse[] 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.CompatibleVersionResponse 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