Package net.minecraft
Enum class_5900.class_5901
- All Implemented Interfaces:
Serializable,Comparable<class_5900.class_5901>,java.lang.constant.Constable
- Enclosing class:
- class_5900
public static enum class_5900.class_5901 extends Enum<class_5900.class_5901>
- Mappings:
Namespace Name official sk$aintermediary net/minecraft/class_5900$class_5901named net/minecraft/class_5900$class_5901
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants Enum Constant Description field_29155field_29156 -
Constructor Summary
Constructors Modifier Constructor Description privateclass_5901() -
Method Summary
Modifier and Type Method Description static class_5900.class_5901valueOf(String name)Returns the enum constant of this type with the specified name.static class_5900.class_5901[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
field_29155
- Mappings:
Namespace Name Mixin selector official aLsk$a;a:Lsk$a;intermediary field_29155Lnet/minecraft/class_5900$class_5901;field_29155:Lnet/minecraft/class_5900$class_5901;named field_29155Lnet/minecraft/class_5900$class_5901;field_29155:Lnet/minecraft/class_5900$class_5901;
-
field_29156
- Mappings:
Namespace Name Mixin selector official bLsk$a;b:Lsk$a;intermediary field_29156Lnet/minecraft/class_5900$class_5901;field_29156:Lnet/minecraft/class_5900$class_5901;named field_29156Lnet/minecraft/class_5900$class_5901;field_29156:Lnet/minecraft/class_5900$class_5901;
-
-
Constructor Details
-
class_5901
private class_5901()
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified nameNullPointerException- if the argument is null
-