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$a
intermediary net/minecraft/class_4341$class_4342
named 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 COMPATIBLE
OTHER
OUTDATED
-
Constructor Summary
Constructors Modifier Constructor Description private
CompatibleVersionResponse()
-
Method Summary
Modifier and Type Method Description static RealmsClient.CompatibleVersionResponse
valueOf(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 a
Ldmg$a;a:Ldmg$a;
intermediary field_19582
Lnet/minecraft/class_4341$class_4342;field_19582:Lnet/minecraft/class_4341$class_4342;
named COMPATIBLE
Lnet/minecraft/client/realms/RealmsClient$CompatibleVersionResponse;COMPATIBLE:Lnet/minecraft/client/realms/RealmsClient$CompatibleVersionResponse;
-
OUTDATED
- Mappings:
Namespace Name Mixin selector official b
Ldmg$a;b:Ldmg$a;
intermediary field_19583
Lnet/minecraft/class_4341$class_4342;field_19583:Lnet/minecraft/class_4341$class_4342;
named OUTDATED
Lnet/minecraft/client/realms/RealmsClient$CompatibleVersionResponse;OUTDATED:Lnet/minecraft/client/realms/RealmsClient$CompatibleVersionResponse;
-
OTHER
- Mappings:
Namespace Name Mixin selector official c
Ldmg$a;c:Ldmg$a;
intermediary field_19584
Lnet/minecraft/class_4341$class_4342;field_19584:Lnet/minecraft/class_4341$class_4342;
named OTHER
Lnet/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
-