Package net.minecraft
Enum Class class_7865.class_7866
- All Implemented Interfaces:
Serializable,Comparable<class_7865.class_7866>,Constable
- Enclosing class:
class_7865
- Mappings:
Namespace Name official cei$aintermediary net/minecraft/class_7865$class_7866named net/minecraft/class_7865$class_7866
-
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_7865.class_7866Returns the enum constant of this class with the specified name.static class_7865.class_7866[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
PARTIALLY_FLATTENED
- Mappings:
Namespace Name Mixin selector official aLcei$a;a:Lcei$a;intermediary field_40873Lnet/minecraft/class_7865$class_7866;field_40873:Lnet/minecraft/class_7865$class_7866;named PARTIALLY_FLATTENEDLnet/minecraft/class_7865$class_7866;PARTIALLY_FLATTENED:Lnet/minecraft/class_7865$class_7866;
-
FULLY_FLATTENED
- Mappings:
Namespace Name Mixin selector official bLcei$a;b:Lcei$a;intermediary field_40874Lnet/minecraft/class_7865$class_7866;field_40874:Lnet/minecraft/class_7865$class_7866;named FULLY_FLATTENEDLnet/minecraft/class_7865$class_7866;FULLY_FLATTENED:Lnet/minecraft/class_7865$class_7866;
-
NO_CHANGE
- Mappings:
Namespace Name Mixin selector official cLcei$a;c:Lcei$a;intermediary field_40875Lnet/minecraft/class_7865$class_7866;field_40875:Lnet/minecraft/class_7865$class_7866;named NO_CHANGELnet/minecraft/class_7865$class_7866;NO_CHANGE:Lnet/minecraft/class_7865$class_7866;
-
-
Constructor Details
-
class_7866
private class_7866()
-
-
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
-