Package net.minecraft
Enum class_5949
- All Implemented Interfaces:
Serializable,Comparable<class_5949>,java.lang.constant.Constable
@Environment(CLIENT) public enum class_5949 extends Enum<class_5949>
- Mappings:
Namespace Name official apuintermediary net/minecraft/class_5949named net/minecraft/class_5949
-
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_29551field_29552 -
Field Summary
Fields Modifier and Type Field Description private Stringfield_29553 -
Constructor Summary
Constructors Modifier Constructor Description privateclass_5949(String string) -
Method Summary
Modifier and Type Method Description Stringmethod_34700()static class_5949valueOf(String name)Returns the enum constant of this type with the specified name.static class_5949[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
field_29551
- Mappings:
Namespace Name Mixin selector official aLapu;a:Lapu;intermediary field_29551Lnet/minecraft/class_5949;field_29551:Lnet/minecraft/class_5949;named field_29551Lnet/minecraft/class_5949;field_29551:Lnet/minecraft/class_5949;
-
field_29552
- Mappings:
Namespace Name Mixin selector official bLapu;b:Lapu;intermediary field_29552Lnet/minecraft/class_5949;field_29552:Lnet/minecraft/class_5949;named field_29552Lnet/minecraft/class_5949;field_29552:Lnet/minecraft/class_5949;
-
-
Field Details
-
field_29553
- Mappings:
Namespace Name Mixin selector official cLapu;c:Ljava/lang/String;intermediary field_29553Lnet/minecraft/class_5949;field_29553:Ljava/lang/String;named field_29553Lnet/minecraft/class_5949;field_29553:Ljava/lang/String;
-
-
Constructor Details
-
class_5949
-
-
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
-
method_34700
- Mappings:
Namespace Name Mixin selector official aLapu;a()Ljava/lang/String;intermediary method_34700Lnet/minecraft/class_5949;method_34700()Ljava/lang/String;named method_34700Lnet/minecraft/class_5949;method_34700()Ljava/lang/String;
-