Package net.minecraft.client.realms.dto
Enum Class RealmsServer.class_8842
- All Implemented Interfaces:
Serializable
,Comparable<RealmsServer.class_8842>
,Constable
- Enclosing class:
RealmsServer
@Environment(CLIENT)
public static enum RealmsServer.class_8842
extends Enum<RealmsServer.class_8842>
- Mappings:
Namespace Name official eno$a
intermediary net/minecraft/class_4877$class_8842
named net/minecraft/client/realms/dto/RealmsServer$class_8842
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum Constants -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic RealmsServer.class_8842
Returns the enum constant of this class with the specified name.static RealmsServer.class_8842[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
UNVERIFIABLE
- Mappings:
Namespace Name Mixin selector official a
Leno$a;a:Leno$a;
intermediary field_46697
Lnet/minecraft/class_4877$class_8842;field_46697:Lnet/minecraft/class_4877$class_8842;
named UNVERIFIABLE
Lnet/minecraft/client/realms/dto/RealmsServer$class_8842;UNVERIFIABLE:Lnet/minecraft/client/realms/dto/RealmsServer$class_8842;
-
INCOMPATIBLE
- Mappings:
Namespace Name Mixin selector official b
Leno$a;b:Leno$a;
intermediary field_46698
Lnet/minecraft/class_4877$class_8842;field_46698:Lnet/minecraft/class_4877$class_8842;
named INCOMPATIBLE
Lnet/minecraft/client/realms/dto/RealmsServer$class_8842;INCOMPATIBLE:Lnet/minecraft/client/realms/dto/RealmsServer$class_8842;
-
NEEDS_DOWNGRADE
- Mappings:
Namespace Name Mixin selector official c
Leno$a;c:Leno$a;
intermediary field_46699
Lnet/minecraft/class_4877$class_8842;field_46699:Lnet/minecraft/class_4877$class_8842;
named NEEDS_DOWNGRADE
Lnet/minecraft/client/realms/dto/RealmsServer$class_8842;NEEDS_DOWNGRADE:Lnet/minecraft/client/realms/dto/RealmsServer$class_8842;
-
NEEDS_UPGRADE
- Mappings:
Namespace Name Mixin selector official d
Leno$a;d:Leno$a;
intermediary field_46700
Lnet/minecraft/class_4877$class_8842;field_46700:Lnet/minecraft/class_4877$class_8842;
named NEEDS_UPGRADE
Lnet/minecraft/client/realms/dto/RealmsServer$class_8842;NEEDS_UPGRADE:Lnet/minecraft/client/realms/dto/RealmsServer$class_8842;
-
COMPATIBLE
- Mappings:
Namespace Name Mixin selector official e
Leno$a;e:Leno$a;
intermediary field_46701
Lnet/minecraft/class_4877$class_8842;field_46701:Lnet/minecraft/class_4877$class_8842;
named COMPATIBLE
Lnet/minecraft/client/realms/dto/RealmsServer$class_8842;COMPATIBLE:Lnet/minecraft/client/realms/dto/RealmsServer$class_8842;
-
-
Constructor Details
-
class_8842
private class_8842()
-
-
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
-