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 named net/minecraft/client/realms/dto/RealmsServer$Compatibility
intermediary net/minecraft/class_4877$class_8842
official fbh$a
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
boolean
static RealmsServer.Compatibility
Returns 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 named UNVERIFIABLE
Lnet/minecraft/client/realms/dto/RealmsServer$Compatibility;UNVERIFIABLE:Lnet/minecraft/client/realms/dto/RealmsServer$Compatibility;
intermediary field_46697
Lnet/minecraft/class_4877$class_8842;field_46697:Lnet/minecraft/class_4877$class_8842;
official a
Lfbh$a;a:Lfbh$a;
-
INCOMPATIBLE
- Mappings:
Namespace Name Mixin selector named INCOMPATIBLE
Lnet/minecraft/client/realms/dto/RealmsServer$Compatibility;INCOMPATIBLE:Lnet/minecraft/client/realms/dto/RealmsServer$Compatibility;
intermediary field_46698
Lnet/minecraft/class_4877$class_8842;field_46698:Lnet/minecraft/class_4877$class_8842;
official b
Lfbh$a;b:Lfbh$a;
-
NEEDS_DOWNGRADE
- Mappings:
Namespace Name Mixin selector named NEEDS_DOWNGRADE
Lnet/minecraft/client/realms/dto/RealmsServer$Compatibility;NEEDS_DOWNGRADE:Lnet/minecraft/client/realms/dto/RealmsServer$Compatibility;
intermediary field_46699
Lnet/minecraft/class_4877$class_8842;field_46699:Lnet/minecraft/class_4877$class_8842;
official c
Lfbh$a;c:Lfbh$a;
-
NEEDS_UPGRADE
- Mappings:
Namespace Name Mixin selector named NEEDS_UPGRADE
Lnet/minecraft/client/realms/dto/RealmsServer$Compatibility;NEEDS_UPGRADE:Lnet/minecraft/client/realms/dto/RealmsServer$Compatibility;
intermediary field_46700
Lnet/minecraft/class_4877$class_8842;field_46700:Lnet/minecraft/class_4877$class_8842;
official d
Lfbh$a;d:Lfbh$a;
-
COMPATIBLE
- Mappings:
Namespace Name Mixin selector named COMPATIBLE
Lnet/minecraft/client/realms/dto/RealmsServer$Compatibility;COMPATIBLE:Lnet/minecraft/client/realms/dto/RealmsServer$Compatibility;
intermediary field_46701
Lnet/minecraft/class_4877$class_8842;field_46701:Lnet/minecraft/class_4877$class_8842;
official e
Lfbh$a;e:Lfbh$a;
-
-
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
-
isCompatible
public boolean isCompatible()- Mappings:
Namespace Name Mixin selector named isCompatible
Lnet/minecraft/client/realms/dto/RealmsServer$Compatibility;isCompatible()Z
intermediary method_54568
Lnet/minecraft/class_4877$class_8842;method_54568()Z
official a
Lfbh$a;a()Z
-
needsUpgrade
public boolean needsUpgrade()- Mappings:
Namespace Name Mixin selector named needsUpgrade
Lnet/minecraft/client/realms/dto/RealmsServer$Compatibility;needsUpgrade()Z
intermediary method_54569
Lnet/minecraft/class_4877$class_8842;method_54569()Z
official b
Lfbh$a;b()Z
-
needsDowngrade
public boolean needsDowngrade()- Mappings:
Namespace Name Mixin selector named needsDowngrade
Lnet/minecraft/client/realms/dto/RealmsServer$Compatibility;needsDowngrade()Z
intermediary method_54570
Lnet/minecraft/class_4877$class_8842;method_54570()Z
official c
Lfbh$a;c()Z
-