Package net.minecraft
Enum Class class_4047
- All Implemented Interfaces:
Serializable,Comparable<class_4047>,Constable,class_4051
- Mappings:
Namespace Name official bzzintermediary net/minecraft/class_4047named net/minecraft/class_4047
-
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 TypeMethodDescriptionintmethod_17880(class_4040 class_4040, class_4036 class_4036, int int2, int int3) static class_4047Returns the enum constant of this class with the specified name.static class_4047[]values()Returns an array containing the constants of this enum class, in the order they are declared.Methods inherited from class java.lang.Enum
clone, compareTo, describeConstable, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfMethods inherited from interface net.minecraft.class_4051
method_17877
-
Enum Constant Details
-
field_19617
- Mappings:
Namespace Name Mixin selector official aLbzz;a:Lbzz;intermediary field_19617Lnet/minecraft/class_4047;field_19617:Lnet/minecraft/class_4047;named field_19617Lnet/minecraft/class_4047;field_19617:Lnet/minecraft/class_4047;
-
-
Constructor Details
-
class_4047
private class_4047()
-
-
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
-
method_17880
- Specified by:
method_17880in interfaceclass_4051- Mappings:
Namespace Name Mixin selector official aLcam;a(Lbzl;Lbzg;II)Iintermediary method_17880Lnet/minecraft/class_4051;method_17880(Lnet/minecraft/class_4040;Lnet/minecraft/class_4036;II)Inamed method_17880Lnet/minecraft/class_4051;method_17880(Lnet/minecraft/class_4040;Lnet/minecraft/class_4036;II)I
-