Package net.minecraft.client.util
Enum Class SelectionManager.SelectionType
java.lang.Object
java.lang.Enum<SelectionManager.SelectionType>
net.minecraft.client.util.SelectionManager.SelectionType
- All Implemented Interfaces:
Serializable
,Comparable<SelectionManager.SelectionType>
,Constable
- Enclosing class:
SelectionManager
@Environment(CLIENT)
public static enum SelectionManager.SelectionType
extends Enum<SelectionManager.SelectionType>
- Mappings:
Namespace Name official eqg$a
intermediary net/minecraft/class_3728$class_7279
named net/minecraft/client/util/SelectionManager$SelectionType
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static SelectionManager.SelectionType[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
CHARACTER
- Mappings:
Namespace Name Mixin selector official a
Leqg$a;a:Leqg$a;
intermediary field_38308
Lnet/minecraft/class_3728$class_7279;field_38308:Lnet/minecraft/class_3728$class_7279;
named CHARACTER
Lnet/minecraft/client/util/SelectionManager$SelectionType;CHARACTER:Lnet/minecraft/client/util/SelectionManager$SelectionType;
-
WORD
- Mappings:
Namespace Name Mixin selector official b
Leqg$a;b:Leqg$a;
intermediary field_38309
Lnet/minecraft/class_3728$class_7279;field_38309:Lnet/minecraft/class_3728$class_7279;
named WORD
Lnet/minecraft/client/util/SelectionManager$SelectionType;WORD:Lnet/minecraft/client/util/SelectionManager$SelectionType;
-
-
Constructor Details
-
SelectionType
private SelectionType()
-
-
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
-