Package net.minecraft.client.realms
Enum RealmsClient.CompatibleVersionResponse
java.lang.Object
java.lang.Enum<RealmsClient.CompatibleVersionResponse>
net.minecraft.client.realms.RealmsClient.CompatibleVersionResponse
- All Implemented Interfaces:
Serializable,Comparable<RealmsClient.CompatibleVersionResponse>,java.lang.constant.Constable
- Enclosing class:
- RealmsClient
@Environment(CLIENT) public static enum RealmsClient.CompatibleVersionResponse extends Enum<RealmsClient.CompatibleVersionResponse>
- Mappings:
Namespace Name official dmg$aintermediary net/minecraft/class_4341$class_4342named net/minecraft/client/realms/RealmsClient$CompatibleVersionResponse
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants Enum Constant Description COMPATIBLEOTHEROUTDATED -
Constructor Summary
Constructors Modifier Constructor Description privateCompatibleVersionResponse() -
Method Summary
Modifier and Type Method Description static RealmsClient.CompatibleVersionResponsevalueOf(String name)Returns the enum constant of this type with the specified name.static RealmsClient.CompatibleVersionResponse[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
COMPATIBLE
- Mappings:
Namespace Name Mixin selector official aLdmg$a;a:Ldmg$a;intermediary field_19582Lnet/minecraft/class_4341$class_4342;field_19582:Lnet/minecraft/class_4341$class_4342;named COMPATIBLELnet/minecraft/client/realms/RealmsClient$CompatibleVersionResponse;COMPATIBLE:Lnet/minecraft/client/realms/RealmsClient$CompatibleVersionResponse;
-
OUTDATED
- Mappings:
Namespace Name Mixin selector official bLdmg$a;b:Ldmg$a;intermediary field_19583Lnet/minecraft/class_4341$class_4342;field_19583:Lnet/minecraft/class_4341$class_4342;named OUTDATEDLnet/minecraft/client/realms/RealmsClient$CompatibleVersionResponse;OUTDATED:Lnet/minecraft/client/realms/RealmsClient$CompatibleVersionResponse;
-
OTHER
- Mappings:
Namespace Name Mixin selector official cLdmg$a;c:Ldmg$a;intermediary field_19584Lnet/minecraft/class_4341$class_4342;field_19584:Lnet/minecraft/class_4341$class_4342;named OTHERLnet/minecraft/client/realms/RealmsClient$CompatibleVersionResponse;OTHER:Lnet/minecraft/client/realms/RealmsClient$CompatibleVersionResponse;
-
-
Constructor Details
-
CompatibleVersionResponse
private CompatibleVersionResponse()
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified nameNullPointerException- if the argument is null
-