Package net.minecraft
Enum Class class_10444.class_10445
- All Implemented Interfaces:
Serializable,Comparable<class_10444.class_10445>,Constable
- Enclosing class:
class_10444
@Environment(CLIENT)
public static enum class_10444.class_10445
extends Enum<class_10444.class_10445>
- Mappings:
Namespace Name named net/minecraft/class_10444$class_10445intermediary net/minecraft/class_10444$class_10445official hbl$a
-
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 TypeMethodDescriptionstatic class_10444.class_10445Returns the enum constant of this class with the specified name.static class_10444.class_10445[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
NONE
- Mappings:
Namespace Name Mixin selector named NONELnet/minecraft/class_10444$class_10445;NONE:Lnet/minecraft/class_10444$class_10445;intermediary field_55341Lnet/minecraft/class_10444$class_10445;field_55341:Lnet/minecraft/class_10444$class_10445;official aLhbl$a;a:Lhbl$a;
-
STANDARD
- Mappings:
Namespace Name Mixin selector named STANDARDLnet/minecraft/class_10444$class_10445;STANDARD:Lnet/minecraft/class_10444$class_10445;intermediary field_55342Lnet/minecraft/class_10444$class_10445;field_55342:Lnet/minecraft/class_10444$class_10445;official bLhbl$a;b:Lhbl$a;
-
SPECIAL
- Mappings:
Namespace Name Mixin selector named SPECIALLnet/minecraft/class_10444$class_10445;SPECIAL:Lnet/minecraft/class_10444$class_10445;intermediary field_55343Lnet/minecraft/class_10444$class_10445;field_55343:Lnet/minecraft/class_10444$class_10445;official cLhbl$a;c:Lhbl$a;
-
-
Constructor Details
-
class_10445
private class_10445()
-
-
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
-