Package net.minecraft.util
Enum Class UseAction
- All Implemented Interfaces:
Serializable
,Comparable<UseAction>
,Constable
- Mappings:
Namespace Name named net/minecraft/util/UseAction
intermediary net/minecraft/class_1839
official cwo
-
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
-
Enum Constant Details
-
NONE
- Mappings:
Namespace Name Mixin selector named NONE
Lnet/minecraft/util/UseAction;NONE:Lnet/minecraft/util/UseAction;
intermediary field_8952
Lnet/minecraft/class_1839;field_8952:Lnet/minecraft/class_1839;
official a
Lcwo;a:Lcwo;
-
EAT
- Mappings:
Namespace Name Mixin selector named EAT
Lnet/minecraft/util/UseAction;EAT:Lnet/minecraft/util/UseAction;
intermediary field_8950
Lnet/minecraft/class_1839;field_8950:Lnet/minecraft/class_1839;
official b
Lcwo;b:Lcwo;
-
DRINK
- Mappings:
Namespace Name Mixin selector named DRINK
Lnet/minecraft/util/UseAction;DRINK:Lnet/minecraft/util/UseAction;
intermediary field_8946
Lnet/minecraft/class_1839;field_8946:Lnet/minecraft/class_1839;
official c
Lcwo;c:Lcwo;
-
BLOCK
- Mappings:
Namespace Name Mixin selector named BLOCK
Lnet/minecraft/util/UseAction;BLOCK:Lnet/minecraft/util/UseAction;
intermediary field_8949
Lnet/minecraft/class_1839;field_8949:Lnet/minecraft/class_1839;
official d
Lcwo;d:Lcwo;
-
BOW
- Mappings:
Namespace Name Mixin selector named BOW
Lnet/minecraft/util/UseAction;BOW:Lnet/minecraft/util/UseAction;
intermediary field_8953
Lnet/minecraft/class_1839;field_8953:Lnet/minecraft/class_1839;
official e
Lcwo;e:Lcwo;
-
SPEAR
- Mappings:
Namespace Name Mixin selector named SPEAR
Lnet/minecraft/util/UseAction;SPEAR:Lnet/minecraft/util/UseAction;
intermediary field_8951
Lnet/minecraft/class_1839;field_8951:Lnet/minecraft/class_1839;
official f
Lcwo;f:Lcwo;
-
CROSSBOW
- Mappings:
Namespace Name Mixin selector named CROSSBOW
Lnet/minecraft/util/UseAction;CROSSBOW:Lnet/minecraft/util/UseAction;
intermediary field_8947
Lnet/minecraft/class_1839;field_8947:Lnet/minecraft/class_1839;
official g
Lcwo;g:Lcwo;
-
SPYGLASS
- Mappings:
Namespace Name Mixin selector named SPYGLASS
Lnet/minecraft/util/UseAction;SPYGLASS:Lnet/minecraft/util/UseAction;
intermediary field_27079
Lnet/minecraft/class_1839;field_27079:Lnet/minecraft/class_1839;
official h
Lcwo;h:Lcwo;
-
TOOT_HORN
- Mappings:
Namespace Name Mixin selector named TOOT_HORN
Lnet/minecraft/util/UseAction;TOOT_HORN:Lnet/minecraft/util/UseAction;
intermediary field_39058
Lnet/minecraft/class_1839;field_39058:Lnet/minecraft/class_1839;
official i
Lcwo;i:Lcwo;
-
BRUSH
- Mappings:
Namespace Name Mixin selector named BRUSH
Lnet/minecraft/util/UseAction;BRUSH:Lnet/minecraft/util/UseAction;
intermediary field_42717
Lnet/minecraft/class_1839;field_42717:Lnet/minecraft/class_1839;
official j
Lcwo;j:Lcwo;
-
-
Constructor Details
-
UseAction
private UseAction()
-
-
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
-