Package net.minecraft
Enum Class class_7995.class_7996
- All Implemented Interfaces:
Serializable,Comparable<class_7995.class_7996>,Constable
- Enclosing class:
class_7995
- Mappings:
Namespace Name official ana$aintermediary net/minecraft/class_7995$class_7996named net/minecraft/class_7995$class_7996
-
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
Modifier and TypeMethodDescriptionstatic class_7995.class_7996Returns the enum constant of this class with the specified name.static class_7995.class_7996[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
ZERO
- Mappings:
Namespace Name Mixin selector official aLana$a;a:Lana$a;intermediary field_41664Lnet/minecraft/class_7995$class_7996;field_41664:Lnet/minecraft/class_7995$class_7996;named ZEROLnet/minecraft/class_7995$class_7996;ZERO:Lnet/minecraft/class_7995$class_7996;
-
WRAP
- Mappings:
Namespace Name Mixin selector official bLana$a;b:Lana$a;intermediary field_41665Lnet/minecraft/class_7995$class_7996;field_41665:Lnet/minecraft/class_7995$class_7996;named WRAPLnet/minecraft/class_7995$class_7996;WRAP:Lnet/minecraft/class_7995$class_7996;
-
CLAMP
- Mappings:
Namespace Name Mixin selector official cLana$a;c:Lana$a;intermediary field_41666Lnet/minecraft/class_7995$class_7996;field_41666:Lnet/minecraft/class_7995$class_7996;named CLAMPLnet/minecraft/class_7995$class_7996;CLAMP:Lnet/minecraft/class_7995$class_7996;
-
-
Constructor Details
-
class_7996
private class_7996()
-
-
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
-