Package net.minecraft
Enum Class class_7003.class_7005
- All Implemented Interfaces:
Serializable,Comparable<class_7003.class_7005>,Constable
- Enclosing class:
- class_7003
- Mappings:
Namespace Name official czm$bintermediary net/minecraft/class_7003$class_7005named net/minecraft/class_7003$class_7005
-
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_7003.class_7005Returns the enum constant of this class with the specified name.static class_7003.class_7005[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
EMPTY
- Mappings:
Namespace Name Mixin selector official aLczm$b;a:Lczm$b;intermediary field_36908Lnet/minecraft/class_7003$class_7005;field_36908:Lnet/minecraft/class_7003$class_7005;named EMPTYLnet/minecraft/class_7003$class_7005;EMPTY:Lnet/minecraft/class_7003$class_7005;
-
SCULK
- Mappings:
Namespace Name Mixin selector official bLczm$b;b:Lczm$b;intermediary field_36909Lnet/minecraft/class_7003$class_7005;field_36909:Lnet/minecraft/class_7003$class_7005;named SCULKLnet/minecraft/class_7003$class_7005;SCULK:Lnet/minecraft/class_7003$class_7005;
-
SCULK_VEIN
- Mappings:
Namespace Name Mixin selector official cLczm$b;c:Lczm$b;intermediary field_36910Lnet/minecraft/class_7003$class_7005;field_36910:Lnet/minecraft/class_7003$class_7005;named SCULK_VEINLnet/minecraft/class_7003$class_7005;SCULK_VEIN:Lnet/minecraft/class_7003$class_7005;
-
-
Constructor Details
-
class_7005
private class_7005()
-
-
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
-