Package net.minecraft
Enum Class class_9039.class_9040
- All Implemented Interfaces:
Serializable,Comparable<class_9039.class_9040>,Constable
- Enclosing interface:
class_9039
- Mappings:
Namespace Name official ghc$aintermediary net/minecraft/class_9039$class_9040named net/minecraft/class_9039$class_9040
-
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_9039.class_9040Returns the enum constant of this class with the specified name.static class_9039.class_9040[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
ACCEPTED
- Mappings:
Namespace Name Mixin selector official aLghc$a;a:Lghc$a;intermediary field_47622Lnet/minecraft/class_9039$class_9040;field_47622:Lnet/minecraft/class_9039$class_9040;named ACCEPTEDLnet/minecraft/class_9039$class_9040;ACCEPTED:Lnet/minecraft/class_9039$class_9040;
-
DECLINED
- Mappings:
Namespace Name Mixin selector official bLghc$a;b:Lghc$a;intermediary field_47623Lnet/minecraft/class_9039$class_9040;field_47623:Lnet/minecraft/class_9039$class_9040;named DECLINEDLnet/minecraft/class_9039$class_9040;DECLINED:Lnet/minecraft/class_9039$class_9040;
-
APPLIED
- Mappings:
Namespace Name Mixin selector official cLghc$a;c:Lghc$a;intermediary field_47624Lnet/minecraft/class_9039$class_9040;field_47624:Lnet/minecraft/class_9039$class_9040;named APPLIEDLnet/minecraft/class_9039$class_9040;APPLIED:Lnet/minecraft/class_9039$class_9040;
-
DISCARDED
- Mappings:
Namespace Name Mixin selector official dLghc$a;d:Lghc$a;intermediary field_47625Lnet/minecraft/class_9039$class_9040;field_47625:Lnet/minecraft/class_9039$class_9040;named DISCARDEDLnet/minecraft/class_9039$class_9040;DISCARDED:Lnet/minecraft/class_9039$class_9040;
-
DOWNLOAD_FAILED
- Mappings:
Namespace Name Mixin selector official eLghc$a;e:Lghc$a;intermediary field_47626Lnet/minecraft/class_9039$class_9040;field_47626:Lnet/minecraft/class_9039$class_9040;named DOWNLOAD_FAILEDLnet/minecraft/class_9039$class_9040;DOWNLOAD_FAILED:Lnet/minecraft/class_9039$class_9040;
-
ACTIVATION_FAILED
- Mappings:
Namespace Name Mixin selector official fLghc$a;f:Lghc$a;intermediary field_47627Lnet/minecraft/class_9039$class_9040;field_47627:Lnet/minecraft/class_9039$class_9040;named ACTIVATION_FAILEDLnet/minecraft/class_9039$class_9040;ACTIVATION_FAILED:Lnet/minecraft/class_9039$class_9040;
-
-
Constructor Details
-
class_9040
private class_9040()
-
-
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
-