Package net.minecraft
Enum Class class_8380.class_8382
- All Implemented Interfaces:
Serializable,Comparable<class_8380.class_8382>,Constable
- Enclosing class:
class_8380
- Mappings:
Namespace Name official bgq$bintermediary net/minecraft/class_8380$class_8382named net/minecraft/class_8380$class_8382
-
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_8380.class_8382Returns the enum constant of this class with the specified name.static class_8380.class_8382[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
OK
- Mappings:
Namespace Name Mixin selector official aLbgq$b;a:Lbgq$b;intermediary field_44007Lnet/minecraft/class_8380$class_8382;field_44007:Lnet/minecraft/class_8380$class_8382;named OKLnet/minecraft/class_8380$class_8382;OK:Lnet/minecraft/class_8380$class_8382;
-
NO_MORE_VOTES
- Mappings:
Namespace Name Mixin selector official bLbgq$b;b:Lbgq$b;intermediary field_44008Lnet/minecraft/class_8380$class_8382;field_44008:Lnet/minecraft/class_8380$class_8382;named NO_MORE_VOTESLnet/minecraft/class_8380$class_8382;NO_MORE_VOTES:Lnet/minecraft/class_8380$class_8382;
-
NOT_ENOUGH_RESOURCES
- Mappings:
Namespace Name Mixin selector official cLbgq$b;c:Lbgq$b;intermediary field_44009Lnet/minecraft/class_8380$class_8382;field_44009:Lnet/minecraft/class_8380$class_8382;named NOT_ENOUGH_RESOURCESLnet/minecraft/class_8380$class_8382;NOT_ENOUGH_RESOURCES:Lnet/minecraft/class_8380$class_8382;
-
-
Constructor Details
-
class_8382
private class_8382()
-
-
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
-