Package net.minecraft.client.realms.dto
Enum Class RealmsServer.Compatibility
java.lang.Object
java.lang.Enum<RealmsServer.Compatibility>
net.minecraft.client.realms.dto.RealmsServer.Compatibility
- All Implemented Interfaces:
Serializable,Comparable<RealmsServer.Compatibility>,Constable
- Enclosing class:
RealmsServer
@Environment(CLIENT)
public static enum RealmsServer.Compatibility
extends Enum<RealmsServer.Compatibility>
- Mappings:
Namespace Name official eor$aintermediary net/minecraft/class_4877$class_8842named net/minecraft/client/realms/dto/RealmsServer$Compatibility
-
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 TypeMethodDescriptionbooleanbooleanbooleanstatic RealmsServer.CompatibilityReturns the enum constant of this class with the specified name.static RealmsServer.Compatibility[]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 aLeor$a;a:Leor$a;intermediary field_46697Lnet/minecraft/class_4877$class_8842;field_46697:Lnet/minecraft/class_4877$class_8842;named UNVERIFIABLELnet/minecraft/client/realms/dto/RealmsServer$Compatibility;UNVERIFIABLE:Lnet/minecraft/client/realms/dto/RealmsServer$Compatibility;
-
INCOMPATIBLE
- Mappings:
Namespace Name Mixin selector official bLeor$a;b:Leor$a;intermediary field_46698Lnet/minecraft/class_4877$class_8842;field_46698:Lnet/minecraft/class_4877$class_8842;named INCOMPATIBLELnet/minecraft/client/realms/dto/RealmsServer$Compatibility;INCOMPATIBLE:Lnet/minecraft/client/realms/dto/RealmsServer$Compatibility;
-
NEEDS_DOWNGRADE
- Mappings:
Namespace Name Mixin selector official cLeor$a;c:Leor$a;intermediary field_46699Lnet/minecraft/class_4877$class_8842;field_46699:Lnet/minecraft/class_4877$class_8842;named NEEDS_DOWNGRADELnet/minecraft/client/realms/dto/RealmsServer$Compatibility;NEEDS_DOWNGRADE:Lnet/minecraft/client/realms/dto/RealmsServer$Compatibility;
-
NEEDS_UPGRADE
- Mappings:
Namespace Name Mixin selector official dLeor$a;d:Leor$a;intermediary field_46700Lnet/minecraft/class_4877$class_8842;field_46700:Lnet/minecraft/class_4877$class_8842;named NEEDS_UPGRADELnet/minecraft/client/realms/dto/RealmsServer$Compatibility;NEEDS_UPGRADE:Lnet/minecraft/client/realms/dto/RealmsServer$Compatibility;
-
COMPATIBLE
- Mappings:
Namespace Name Mixin selector official eLeor$a;e:Leor$a;intermediary field_46701Lnet/minecraft/class_4877$class_8842;field_46701:Lnet/minecraft/class_4877$class_8842;named COMPATIBLELnet/minecraft/client/realms/dto/RealmsServer$Compatibility;COMPATIBLE:Lnet/minecraft/client/realms/dto/RealmsServer$Compatibility;
-
-
Constructor Details
-
Compatibility
private Compatibility()
-
-
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
-
method_54568
public boolean method_54568()- Mappings:
Namespace Name Mixin selector official aLeor$a;a()Zintermediary method_54568Lnet/minecraft/class_4877$class_8842;method_54568()Znamed method_54568Lnet/minecraft/client/realms/dto/RealmsServer$Compatibility;method_54568()Z
-
method_54569
public boolean method_54569()- Mappings:
Namespace Name Mixin selector official bLeor$a;b()Zintermediary method_54569Lnet/minecraft/class_4877$class_8842;method_54569()Znamed method_54569Lnet/minecraft/client/realms/dto/RealmsServer$Compatibility;method_54569()Z
-
method_54570
public boolean method_54570()- Mappings:
Namespace Name Mixin selector official cLeor$a;c()Zintermediary method_54570Lnet/minecraft/class_4877$class_8842;method_54570()Znamed method_54570Lnet/minecraft/client/realms/dto/RealmsServer$Compatibility;method_54570()Z
-