Package net.minecraft.client
Enum Class class_5018
- All Implemented Interfaces:
Serializable,Comparable<class_5018>,Constable
- Mappings:
Namespace Name official bevintermediary net/minecraft/class_5018named net/minecraft/client/class_5018
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic class_5018Returns the enum constant of this class with the specified name.static class_5018[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
WARNING
- Mappings:
Namespace Name Mixin selector official aLbev;a:Lbev;intermediary field_22645Lnet/minecraft/class_5018;field_22645:Lnet/minecraft/class_5018;named WARNINGLnet/minecraft/client/class_5018;WARNING:Lnet/minecraft/client/class_5018;
-
INFO
- Mappings:
Namespace Name Mixin selector official bLbev;b:Lbev;intermediary field_22646Lnet/minecraft/class_5018;field_22646:Lnet/minecraft/class_5018;named INFOLnet/minecraft/client/class_5018;INFO:Lnet/minecraft/client/class_5018;
-
-
Field Details
-
field_22647
public final int field_22647- Mappings:
Namespace Name Mixin selector official cLbev;c:Iintermediary field_22647Lnet/minecraft/class_5018;field_22647:Inamed field_22647Lnet/minecraft/client/class_5018;field_22647:I
-
field_22648
- Mappings:
Namespace Name Mixin selector official dLbev;d:Ljava/lang/String;intermediary field_22648Lnet/minecraft/class_5018;field_22648:Ljava/lang/String;named field_22648Lnet/minecraft/client/class_5018;field_22648:Ljava/lang/String;
-
-
Constructor Details
-
class_5018
-
-
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
-