Package net.minecraft
Enum class_5810.class_5811
- All Implemented Interfaces:
Serializable,Comparable<class_5810.class_5811>,java.lang.constant.Constable
- Enclosing interface:
- class_5810
public static enum class_5810.class_5811 extends Enum<class_5810.class_5811>
- Mappings:
Namespace Name official cet$aintermediary net/minecraft/class_5810$class_5811named net/minecraft/class_5810$class_5811
-
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_28704field_28705field_28706field_28707 -
Constructor Summary
Constructors Modifier Constructor Description privateclass_5811() -
Method Summary
Modifier and Type Method Description static class_5810.class_5811valueOf(String name)Returns the enum constant of this type with the specified name.static class_5810.class_5811[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
field_28704
- Mappings:
Namespace Name Mixin selector official aLcet$a;a:Lcet$a;intermediary field_28704Lnet/minecraft/class_5810$class_5811;field_28704:Lnet/minecraft/class_5810$class_5811;named field_28704Lnet/minecraft/class_5810$class_5811;field_28704:Lnet/minecraft/class_5810$class_5811;
-
field_28705
- Mappings:
Namespace Name Mixin selector official bLcet$a;b:Lcet$a;intermediary field_28705Lnet/minecraft/class_5810$class_5811;field_28705:Lnet/minecraft/class_5810$class_5811;named field_28705Lnet/minecraft/class_5810$class_5811;field_28705:Lnet/minecraft/class_5810$class_5811;
-
field_28706
- Mappings:
Namespace Name Mixin selector official cLcet$a;c:Lcet$a;intermediary field_28706Lnet/minecraft/class_5810$class_5811;field_28706:Lnet/minecraft/class_5810$class_5811;named field_28706Lnet/minecraft/class_5810$class_5811;field_28706:Lnet/minecraft/class_5810$class_5811;
-
field_28707
- Mappings:
Namespace Name Mixin selector official dLcet$a;d:Lcet$a;intermediary field_28707Lnet/minecraft/class_5810$class_5811;field_28707:Lnet/minecraft/class_5810$class_5811;named field_28707Lnet/minecraft/class_5810$class_5811;field_28707:Lnet/minecraft/class_5810$class_5811;
-
-
Constructor Details
-
class_5811
private class_5811()
-
-
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
-