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
named net/minecraft/client/realms/RealmsClient$CompatibleVersionResponse
intermediary net/minecraft/class_4341$class_4342
official fbs$a
  • Enum Constant Details

    • COMPATIBLE

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

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

      public static final RealmsClient.CompatibleVersionResponse OTHER
      Mappings:
      Namespace Name Mixin selector
      named OTHER Lnet/minecraft/client/realms/RealmsClient$CompatibleVersionResponse;OTHER:Lnet/minecraft/client/realms/RealmsClient$CompatibleVersionResponse;
      intermediary field_19584 Lnet/minecraft/class_4341$class_4342;field_19584:Lnet/minecraft/class_4341$class_4342;
      official c Lfbs$a;c:Lfbs$a;
  • 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