Package net.minecraft.client.realms.dto
Enum Class RegionSelectionMethod
- All Implemented Interfaces:
Serializable,Comparable<RegionSelectionMethod>,Constable
- Mappings:
Namespace Name named net/minecraft/client/realms/dto/RegionSelectionMethodintermediary net/minecraft/class_11311official fwf
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic RegionSelectionMethodReturns the enum constant of this class with the specified name.static RegionSelectionMethod[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
AUTOMATIC_PLAYER
- Mappings:
Namespace Name Mixin selector named AUTOMATIC_PLAYERLnet/minecraft/client/realms/dto/RegionSelectionMethod;AUTOMATIC_PLAYER:Lnet/minecraft/client/realms/dto/RegionSelectionMethod;intermediary field_60227Lnet/minecraft/class_11311;field_60227:Lnet/minecraft/class_11311;official aLfwf;a:Lfwf;
-
AUTOMATIC_OWNER
- Mappings:
Namespace Name Mixin selector named AUTOMATIC_OWNERLnet/minecraft/client/realms/dto/RegionSelectionMethod;AUTOMATIC_OWNER:Lnet/minecraft/client/realms/dto/RegionSelectionMethod;intermediary field_60226Lnet/minecraft/class_11311;field_60226:Lnet/minecraft/class_11311;official bLfwf;b:Lfwf;
-
MANUAL
- Mappings:
Namespace Name Mixin selector named MANUALLnet/minecraft/client/realms/dto/RegionSelectionMethod;MANUAL:Lnet/minecraft/client/realms/dto/RegionSelectionMethod;intermediary field_60228Lnet/minecraft/class_11311;field_60228:Lnet/minecraft/class_11311;official cLfwf;c:Lfwf;
-
-
Field Details
-
DEFAULT
- Mappings:
Namespace Name Mixin selector named DEFAULTLnet/minecraft/client/realms/dto/RegionSelectionMethod;DEFAULT:Lnet/minecraft/client/realms/dto/RegionSelectionMethod;intermediary field_60229Lnet/minecraft/class_11311;field_60229:Lnet/minecraft/class_11311;official dLfwf;d:Lfwf;
-
index
public final int index- Mappings:
Namespace Name Mixin selector named indexLnet/minecraft/client/realms/dto/RegionSelectionMethod;index:Iintermediary field_60230Lnet/minecraft/class_11311;field_60230:Iofficial eLfwf;e:I
-
translationKey
- Mappings:
Namespace Name Mixin selector named translationKeyLnet/minecraft/client/realms/dto/RegionSelectionMethod;translationKey:Ljava/lang/String;intermediary field_60231Lnet/minecraft/class_11311;field_60231:Ljava/lang/String;official fLfwf;f:Ljava/lang/String;
-
-
Constructor Details
-
RegionSelectionMethod
- Mappings:
Namespace Name Mixin selector named <init>Lnet/minecraft/client/realms/dto/RegionSelectionMethod;<init>(Ljava/lang/String;IILjava/lang/String;)Vintermediary <init>Lnet/minecraft/class_11311;<init>(Ljava/lang/String;IILjava/lang/String;)Vofficial <init>Lfwf;<init>(Ljava/lang/String;IILjava/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
-