Package net.minecraft.client.realms.dto
Enum Class SelectionMethod
- All Implemented Interfaces:
Serializable,Comparable<SelectionMethod>,Constable
- Mappings:
Namespace Name named net/minecraft/client/realms/dto/SelectionMethodintermediary net/minecraft/class_11311official fqg
-
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 SelectionMethodReturns the enum constant of this class with the specified name.static SelectionMethod[]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/SelectionMethod;AUTOMATIC_PLAYER:Lnet/minecraft/client/realms/dto/SelectionMethod;intermediary field_60227Lnet/minecraft/class_11311;field_60227:Lnet/minecraft/class_11311;official aLfqg;a:Lfqg;
-
AUTOMATIC_OWNER
- Mappings:
Namespace Name Mixin selector named AUTOMATIC_OWNERLnet/minecraft/client/realms/dto/SelectionMethod;AUTOMATIC_OWNER:Lnet/minecraft/client/realms/dto/SelectionMethod;intermediary field_60226Lnet/minecraft/class_11311;field_60226:Lnet/minecraft/class_11311;official bLfqg;b:Lfqg;
-
MANUAL
- Mappings:
Namespace Name Mixin selector named MANUALLnet/minecraft/client/realms/dto/SelectionMethod;MANUAL:Lnet/minecraft/client/realms/dto/SelectionMethod;intermediary field_60228Lnet/minecraft/class_11311;field_60228:Lnet/minecraft/class_11311;official cLfqg;c:Lfqg;
-
-
Field Details
-
DEFAULT
- Mappings:
Namespace Name Mixin selector named DEFAULTLnet/minecraft/client/realms/dto/SelectionMethod;DEFAULT:Lnet/minecraft/client/realms/dto/SelectionMethod;intermediary field_60229Lnet/minecraft/class_11311;field_60229:Lnet/minecraft/class_11311;official dLfqg;d:Lfqg;
-
index
public final int index- Mappings:
Namespace Name Mixin selector named indexLnet/minecraft/client/realms/dto/SelectionMethod;index:Iintermediary field_60230Lnet/minecraft/class_11311;field_60230:Iofficial eLfqg;e:I
-
translationKey
- Mappings:
Namespace Name Mixin selector named translationKeyLnet/minecraft/client/realms/dto/SelectionMethod;translationKey:Ljava/lang/String;intermediary field_60231Lnet/minecraft/class_11311;field_60231:Ljava/lang/String;official fLfqg;f:Ljava/lang/String;
-
-
Constructor Details
-
SelectionMethod
- Mappings:
Namespace Name Mixin selector named <init>Lnet/minecraft/client/realms/dto/SelectionMethod;<init>(Ljava/lang/String;IILjava/lang/String;)Vintermediary <init>Lnet/minecraft/class_11311;<init>(Ljava/lang/String;IILjava/lang/String;)Vofficial <init>Lfqg;<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
-