Package net.minecraft.client.realms
Enum Class 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 eql$b
intermediary net/minecraft/class_8647$class_8649
named net/minecraft/client/realms/RealmsAvailability$Type
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescription -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic RealmsAvailability.Type
Returns the enum constant of this class with the specified name.static RealmsAvailability.Type[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
SUCCESS
- Mappings:
Namespace Name Mixin selector official a
Leql$b;a:Leql$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
- Mappings:
Namespace Name Mixin selector official b
Leql$b;b:Leql$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;
-
NEEDS_PARENTAL_CONSENT
- Mappings:
Namespace Name Mixin selector official c
Leql$b;c:Leql$b;
intermediary field_45187
Lnet/minecraft/class_8647$class_8649;field_45187:Lnet/minecraft/class_8647$class_8649;
named NEEDS_PARENTAL_CONSENT
Lnet/minecraft/client/realms/RealmsAvailability$Type;NEEDS_PARENTAL_CONSENT:Lnet/minecraft/client/realms/RealmsAvailability$Type;
-
AUTHENTICATION_ERROR
- Mappings:
Namespace Name Mixin selector official d
Leql$b;d:Leql$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
- Mappings:
Namespace Name Mixin selector official e
Leql$b;e:Leql$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
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
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 nameNullPointerException
- if the argument is null
-