Package net.minecraft.util
Enum Class UseAction
- All Implemented Interfaces:
Serializable,Comparable<UseAction>,Constable
- Mappings:
Namespace Name official aguintermediary net/minecraft/class_1099named net/minecraft/util/UseAction
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Constructor Summary
Constructors -
Method Summary
-
Enum Constant Details
-
NONE
- Mappings:
Namespace Name Mixin selector official aLagu;a:Lagu;intermediary field_9156Lnet/minecraft/class_1099;field_9156:Lnet/minecraft/class_1099;named NONELnet/minecraft/util/UseAction;NONE:Lnet/minecraft/util/UseAction;
-
EAT
- Mappings:
Namespace Name Mixin selector official bLagu;b:Lagu;intermediary field_9157Lnet/minecraft/class_1099;field_9157:Lnet/minecraft/class_1099;named EATLnet/minecraft/util/UseAction;EAT:Lnet/minecraft/util/UseAction;
-
DRINK
- Mappings:
Namespace Name Mixin selector official cLagu;c:Lagu;intermediary field_9158Lnet/minecraft/class_1099;field_9158:Lnet/minecraft/class_1099;named DRINKLnet/minecraft/util/UseAction;DRINK:Lnet/minecraft/util/UseAction;
-
BLOCK
- Mappings:
Namespace Name Mixin selector official dLagu;d:Lagu;intermediary field_9159Lnet/minecraft/class_1099;field_9159:Lnet/minecraft/class_1099;named BLOCKLnet/minecraft/util/UseAction;BLOCK:Lnet/minecraft/util/UseAction;
-
BOW
- Mappings:
Namespace Name Mixin selector official eLagu;e:Lagu;intermediary field_9160Lnet/minecraft/class_1099;field_9160:Lnet/minecraft/class_1099;named BOWLnet/minecraft/util/UseAction;BOW:Lnet/minecraft/util/UseAction;
-
-
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
-