Enum Class RealmsAvailability.Type

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

@Environment(CLIENT) public static enum RealmsAvailability.Type extends Enum<RealmsAvailability.Type>
Mappings:
Namespace Name
official elz$b
intermediary net/minecraft/class_8647$class_8649
named net/minecraft/client/realms/RealmsAvailability$Type
  • Enum Constant Details

    • SUCCESS

      public static final RealmsAvailability.Type SUCCESS
      Mappings:
      Namespace Name Mixin selector
      official a Lelz$b;a:Lelz$b;
      intermediary field_45185 Lnet/minecraft/class_8647$class_8649;field_45185:Lnet/minecraft/class_8647$class_8649;
      named SUCCESS Lnet/minecraft/client/realms/RealmsAvailability$Type;SUCCESS:Lnet/minecraft/client/realms/RealmsAvailability$Type;
    • INCOMPATIBLE_CLIENT

      public static final RealmsAvailability.Type INCOMPATIBLE_CLIENT
      Mappings:
      Namespace Name Mixin selector
      official b Lelz$b;b:Lelz$b;
      intermediary field_45186 Lnet/minecraft/class_8647$class_8649;field_45186:Lnet/minecraft/class_8647$class_8649;
      named INCOMPATIBLE_CLIENT Lnet/minecraft/client/realms/RealmsAvailability$Type;INCOMPATIBLE_CLIENT:Lnet/minecraft/client/realms/RealmsAvailability$Type;
    • AUTHENTICATION_ERROR

      public static final RealmsAvailability.Type AUTHENTICATION_ERROR
      Mappings:
      Namespace Name Mixin selector
      official d Lelz$b;d:Lelz$b;
      intermediary field_45188 Lnet/minecraft/class_8647$class_8649;field_45188:Lnet/minecraft/class_8647$class_8649;
      named AUTHENTICATION_ERROR Lnet/minecraft/client/realms/RealmsAvailability$Type;AUTHENTICATION_ERROR:Lnet/minecraft/client/realms/RealmsAvailability$Type;
    • UNEXPECTED_ERROR

      public static final RealmsAvailability.Type UNEXPECTED_ERROR
      Mappings:
      Namespace Name Mixin selector
      official e Lelz$b;e:Lelz$b;
      intermediary field_45189 Lnet/minecraft/class_8647$class_8649;field_45189:Lnet/minecraft/class_8647$class_8649;
      named UNEXPECTED_ERROR Lnet/minecraft/client/realms/RealmsAvailability$Type;UNEXPECTED_ERROR:Lnet/minecraft/client/realms/RealmsAvailability$Type;
  • Constructor Details

    • Type

      private Type()
  • Method Details

    • values

      public static RealmsAvailability.Type[] 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 RealmsAvailability.Type 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