Package net.minecraft
Enum Class class_10997.class_10998
- All Implemented Interfaces:
Serializable,Comparable<class_10997.class_10998>,Constable
- Enclosing class:
class_10997
- Mappings:
Namespace Name named net/minecraft/class_10997$class_10998intermediary net/minecraft/class_10997$class_10998official cto$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_10997.class_10998Returns the enum constant of this class with the specified name.static class_10997.class_10998[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
PLAYING_DEAD
- Mappings:
Namespace Name Mixin selector named PLAYING_DEADLnet/minecraft/class_10997$class_10998;PLAYING_DEAD:Lnet/minecraft/class_10997$class_10998;intermediary field_58603Lnet/minecraft/class_10997$class_10998;field_58603:Lnet/minecraft/class_10997$class_10998;official aLcto$a;a:Lcto$a;
-
IN_WATER
- Mappings:
Namespace Name Mixin selector named IN_WATERLnet/minecraft/class_10997$class_10998;IN_WATER:Lnet/minecraft/class_10997$class_10998;intermediary field_58604Lnet/minecraft/class_10997$class_10998;field_58604:Lnet/minecraft/class_10997$class_10998;official bLcto$a;b:Lcto$a;
-
ON_GROUND
- Mappings:
Namespace Name Mixin selector named ON_GROUNDLnet/minecraft/class_10997$class_10998;ON_GROUND:Lnet/minecraft/class_10997$class_10998;intermediary field_58605Lnet/minecraft/class_10997$class_10998;field_58605:Lnet/minecraft/class_10997$class_10998;official cLcto$a;c:Lcto$a;
-
IN_AIR
- Mappings:
Namespace Name Mixin selector named IN_AIRLnet/minecraft/class_10997$class_10998;IN_AIR:Lnet/minecraft/class_10997$class_10998;intermediary field_58606Lnet/minecraft/class_10997$class_10998;field_58606:Lnet/minecraft/class_10997$class_10998;official dLcto$a;d:Lcto$a;
-
-
Constructor Details
-
class_10998
private class_10998()
-
-
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
-