Package net.minecraft.entity.passive
Enum Class AxolotlEntity.State
- All Implemented Interfaces:
Serializable
,Comparable<AxolotlEntity.State>
,Constable
- Enclosing class:
AxolotlEntity
- Mappings:
Namespace Name named net/minecraft/entity/passive/AxolotlEntity$State
intermediary net/minecraft/class_5762$class_9870
official cji$a
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic AxolotlEntity.State
Returns the enum constant of this class with the specified name.static AxolotlEntity.State[]
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_DEAD
Lnet/minecraft/entity/passive/AxolotlEntity$State;PLAYING_DEAD:Lnet/minecraft/entity/passive/AxolotlEntity$State;
intermediary field_52483
Lnet/minecraft/class_5762$class_9870;field_52483:Lnet/minecraft/class_5762$class_9870;
official a
Lcji$a;a:Lcji$a;
-
IN_WATER
- Mappings:
Namespace Name Mixin selector named IN_WATER
Lnet/minecraft/entity/passive/AxolotlEntity$State;IN_WATER:Lnet/minecraft/entity/passive/AxolotlEntity$State;
intermediary field_52484
Lnet/minecraft/class_5762$class_9870;field_52484:Lnet/minecraft/class_5762$class_9870;
official b
Lcji$a;b:Lcji$a;
-
ON_GROUND
- Mappings:
Namespace Name Mixin selector named ON_GROUND
Lnet/minecraft/entity/passive/AxolotlEntity$State;ON_GROUND:Lnet/minecraft/entity/passive/AxolotlEntity$State;
intermediary field_52485
Lnet/minecraft/class_5762$class_9870;field_52485:Lnet/minecraft/class_5762$class_9870;
official c
Lcji$a;c:Lcji$a;
-
IN_AIR
- Mappings:
Namespace Name Mixin selector named IN_AIR
Lnet/minecraft/entity/passive/AxolotlEntity$State;IN_AIR:Lnet/minecraft/entity/passive/AxolotlEntity$State;
intermediary field_52486
Lnet/minecraft/class_5762$class_9870;field_52486:Lnet/minecraft/class_5762$class_9870;
official d
Lcji$a;d:Lcji$a;
-
-
Constructor Details
-
State
private State()
-
-
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
-