Package net.minecraft.client.realms
Enum Class Ping.Region
- All Implemented Interfaces:
Serializable,Comparable<Ping.Region>,Constable
- Enclosing class:
Ping
- Mappings:
Namespace Name named net/minecraft/client/realms/Ping$Regionintermediary net/minecraft/class_4339$class_4340official fmh$a
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescription -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Ping.RegionReturns the enum constant of this class with the specified name.static Ping.Region[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
US_EAST_1
- Mappings:
Namespace Name Mixin selector named US_EAST_1Lnet/minecraft/client/realms/Ping$Region;US_EAST_1:Lnet/minecraft/client/realms/Ping$Region;intermediary field_19565Lnet/minecraft/class_4339$class_4340;field_19565:Lnet/minecraft/class_4339$class_4340;official aLfmh$a;a:Lfmh$a;
-
US_WEST_2
- Mappings:
Namespace Name Mixin selector named US_WEST_2Lnet/minecraft/client/realms/Ping$Region;US_WEST_2:Lnet/minecraft/client/realms/Ping$Region;intermediary field_19566Lnet/minecraft/class_4339$class_4340;field_19566:Lnet/minecraft/class_4339$class_4340;official bLfmh$a;b:Lfmh$a;
-
US_WEST_1
- Mappings:
Namespace Name Mixin selector named US_WEST_1Lnet/minecraft/client/realms/Ping$Region;US_WEST_1:Lnet/minecraft/client/realms/Ping$Region;intermediary field_19567Lnet/minecraft/class_4339$class_4340;field_19567:Lnet/minecraft/class_4339$class_4340;official cLfmh$a;c:Lfmh$a;
-
EU_WEST_1
- Mappings:
Namespace Name Mixin selector named EU_WEST_1Lnet/minecraft/client/realms/Ping$Region;EU_WEST_1:Lnet/minecraft/client/realms/Ping$Region;intermediary field_19568Lnet/minecraft/class_4339$class_4340;field_19568:Lnet/minecraft/class_4339$class_4340;official dLfmh$a;d:Lfmh$a;
-
AP_SOUTHEAST_1
- Mappings:
Namespace Name Mixin selector named AP_SOUTHEAST_1Lnet/minecraft/client/realms/Ping$Region;AP_SOUTHEAST_1:Lnet/minecraft/client/realms/Ping$Region;intermediary field_19569Lnet/minecraft/class_4339$class_4340;field_19569:Lnet/minecraft/class_4339$class_4340;official eLfmh$a;e:Lfmh$a;
-
AP_SOUTHEAST_2
- Mappings:
Namespace Name Mixin selector named AP_SOUTHEAST_2Lnet/minecraft/client/realms/Ping$Region;AP_SOUTHEAST_2:Lnet/minecraft/client/realms/Ping$Region;intermediary field_19570Lnet/minecraft/class_4339$class_4340;field_19570:Lnet/minecraft/class_4339$class_4340;official fLfmh$a;f:Lfmh$a;
-
AP_NORTHEAST_1
- Mappings:
Namespace Name Mixin selector named AP_NORTHEAST_1Lnet/minecraft/client/realms/Ping$Region;AP_NORTHEAST_1:Lnet/minecraft/client/realms/Ping$Region;intermediary field_19571Lnet/minecraft/class_4339$class_4340;field_19571:Lnet/minecraft/class_4339$class_4340;official gLfmh$a;g:Lfmh$a;
-
SA_EAST_1
- Mappings:
Namespace Name Mixin selector named SA_EAST_1Lnet/minecraft/client/realms/Ping$Region;SA_EAST_1:Lnet/minecraft/client/realms/Ping$Region;intermediary field_19572Lnet/minecraft/class_4339$class_4340;field_19572:Lnet/minecraft/class_4339$class_4340;official hLfmh$a;h:Lfmh$a;
-
-
Field Details
-
name
- Mappings:
Namespace Name Mixin selector named nameLnet/minecraft/client/realms/Ping$Region;name:Ljava/lang/String;intermediary field_19573Lnet/minecraft/class_4339$class_4340;field_19573:Ljava/lang/String;official iLfmh$a;i:Ljava/lang/String;
-
endpoint
- Mappings:
Namespace Name Mixin selector named endpointLnet/minecraft/client/realms/Ping$Region;endpoint:Ljava/lang/String;intermediary field_19574Lnet/minecraft/class_4339$class_4340;field_19574:Ljava/lang/String;official jLfmh$a;j:Ljava/lang/String;
-
-
Constructor Details
-
Region
- Mappings:
Namespace Name Mixin selector named <init>Lnet/minecraft/client/realms/Ping$Region;<init>(Ljava/lang/String;ILjava/lang/String;Ljava/lang/String;)Vintermediary <init>Lnet/minecraft/class_4339$class_4340;<init>(Ljava/lang/String;ILjava/lang/String;Ljava/lang/String;)Vofficial <init>Lfmh$a;<init>(Ljava/lang/String;ILjava/lang/String;Ljava/lang/String;)V
-
-
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
-