Package net.minecraft
Enum Class class_6836.class_6837
- All Implemented Interfaces:
Serializable,Comparable<class_6836.class_6837>,Constable
- Enclosing interface:
- class_6836
- Mappings:
Namespace Name official os$aintermediary net/minecraft/class_6836$class_6837named net/minecraft/class_6836$class_6837
-
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_6836.class_6837Returns the enum constant of this class with the specified name.static class_6836.class_6837[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
ENTER
- Mappings:
Namespace Name Mixin selector official aLos$a;a:Los$a;intermediary field_36248Lnet/minecraft/class_6836$class_6837;field_36248:Lnet/minecraft/class_6836$class_6837;named ENTERLnet/minecraft/class_6836$class_6837;ENTER:Lnet/minecraft/class_6836$class_6837;
-
SKIP
- Mappings:
Namespace Name Mixin selector official bLos$a;b:Los$a;intermediary field_36249Lnet/minecraft/class_6836$class_6837;field_36249:Lnet/minecraft/class_6836$class_6837;named SKIPLnet/minecraft/class_6836$class_6837;SKIP:Lnet/minecraft/class_6836$class_6837;
-
BREAK
- Mappings:
Namespace Name Mixin selector official cLos$a;c:Los$a;intermediary field_36250Lnet/minecraft/class_6836$class_6837;field_36250:Lnet/minecraft/class_6836$class_6837;named BREAKLnet/minecraft/class_6836$class_6837;BREAK:Lnet/minecraft/class_6836$class_6837;
-
HALT
- Mappings:
Namespace Name Mixin selector official dLos$a;d:Los$a;intermediary field_36251Lnet/minecraft/class_6836$class_6837;field_36251:Lnet/minecraft/class_6836$class_6837;named HALTLnet/minecraft/class_6836$class_6837;HALT:Lnet/minecraft/class_6836$class_6837;
-
-
Constructor Details
-
class_6837
private class_6837()
-
-
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
-