Package net.minecraft
Enum Class class_7395
- All Implemented Interfaces:
Serializable,Comparable<class_7395>,Constable
- Mappings:
Namespace Name official alaintermediary net/minecraft/class_7395named net/minecraft/class_7395
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescription -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic class_7395Returns the enum constant of this class with the specified name.static class_7395[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
UNINITIALIZED_UNOPTIMIZED
- Mappings:
Namespace Name Mixin selector official aLala;a:Lala;intermediary field_38839Lnet/minecraft/class_7395;field_38839:Lnet/minecraft/class_7395;named UNINITIALIZED_UNOPTIMIZEDLnet/minecraft/class_7395;UNINITIALIZED_UNOPTIMIZED:Lnet/minecraft/class_7395;
-
UNINITIALIZED_OPTIMIZED
- Mappings:
Namespace Name Mixin selector official bLala;b:Lala;intermediary field_38840Lnet/minecraft/class_7395;field_38840:Lnet/minecraft/class_7395;named UNINITIALIZED_OPTIMIZEDLnet/minecraft/class_7395;UNINITIALIZED_OPTIMIZED:Lnet/minecraft/class_7395;
-
INITIALIZED_UNOPTIMIZED
- Mappings:
Namespace Name Mixin selector official cLala;c:Lala;intermediary field_38841Lnet/minecraft/class_7395;field_38841:Lnet/minecraft/class_7395;named INITIALIZED_UNOPTIMIZEDLnet/minecraft/class_7395;INITIALIZED_UNOPTIMIZED:Lnet/minecraft/class_7395;
-
INITIALIZED_OPTIMIZED
- Mappings:
Namespace Name Mixin selector official dLala;d:Lala;intermediary field_38842Lnet/minecraft/class_7395;field_38842:Lnet/minecraft/class_7395;named INITIALIZED_OPTIMIZEDLnet/minecraft/class_7395;INITIALIZED_OPTIMIZED:Lnet/minecraft/class_7395;
-
-
Constructor Details
-
class_7395
private class_7395()
-
-
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
-