Package net.minecraft.entity.passive
Enum Class ArmadilloEntity.State
- All Implemented Interfaces:
Serializable
,Comparable<ArmadilloEntity.State>
,Constable
,StringIdentifiable
- Enclosing class:
ArmadilloEntity
public static enum ArmadilloEntity.State
extends Enum<ArmadilloEntity.State>
implements StringIdentifiable
- Mappings:
Namespace Name official cbe$a
intermediary net/minecraft/class_9069$class_9070
named net/minecraft/entity/passive/ArmadilloEntity$State
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
Nested classes/interfaces inherited from interface net.minecraft.util.StringIdentifiable
StringIdentifiable.BasicCodec<S extends StringIdentifiable>, StringIdentifiable.EnumCodec<E extends Enum<E> & StringIdentifiable>
-
Enum Constant Summary
Enum Constants -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final StringIdentifiable.EnumCodec<ArmadilloEntity.State>
private final int
private static final IntFunction<ArmadilloEntity.State>
private final String
static final PacketCodec<ByteBuf,
ArmadilloEntity.State> Fields inherited from interface net.minecraft.util.StringIdentifiable
CACHED_MAP_THRESHOLD
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionasString()
Returns the unique string representation of the enum, used for serialization.static ArmadilloEntity.State
private int
getIndex()
static ArmadilloEntity.State
Returns the enum constant of this class with the specified name.static ArmadilloEntity.State[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
IDLE
- Mappings:
Namespace Name Mixin selector official a
Lcbe$a;a:Lcbe$a;
intermediary field_47790
Lnet/minecraft/class_9069$class_9070;field_47790:Lnet/minecraft/class_9069$class_9070;
named IDLE
Lnet/minecraft/entity/passive/ArmadilloEntity$State;IDLE:Lnet/minecraft/entity/passive/ArmadilloEntity$State;
-
ROLLING
- Mappings:
Namespace Name Mixin selector official b
Lcbe$a;b:Lcbe$a;
intermediary field_47791
Lnet/minecraft/class_9069$class_9070;field_47791:Lnet/minecraft/class_9069$class_9070;
named ROLLING
Lnet/minecraft/entity/passive/ArmadilloEntity$State;ROLLING:Lnet/minecraft/entity/passive/ArmadilloEntity$State;
-
SCARED
- Mappings:
Namespace Name Mixin selector official c
Lcbe$a;c:Lcbe$a;
intermediary field_47792
Lnet/minecraft/class_9069$class_9070;field_47792:Lnet/minecraft/class_9069$class_9070;
named SCARED
Lnet/minecraft/entity/passive/ArmadilloEntity$State;SCARED:Lnet/minecraft/entity/passive/ArmadilloEntity$State;
-
-
Field Details
-
CODEC
- Mappings:
Namespace Name Mixin selector official e
Lcbe$a;e:Laxc$a;
intermediary field_47794
Lnet/minecraft/class_9069$class_9070;field_47794:Lnet/minecraft/class_3542$class_7292;
named CODEC
Lnet/minecraft/entity/passive/ArmadilloEntity$State;CODEC:Lnet/minecraft/util/StringIdentifiable$EnumCodec;
-
INDEX_TO_VALUE
- Mappings:
Namespace Name Mixin selector official f
Lcbe$a;f:Ljava/util/function/IntFunction;
intermediary field_48336
Lnet/minecraft/class_9069$class_9070;field_48336:Ljava/util/function/IntFunction;
named INDEX_TO_VALUE
Lnet/minecraft/entity/passive/ArmadilloEntity$State;INDEX_TO_VALUE:Ljava/util/function/IntFunction;
-
PACKET_CODEC
- Mappings:
Namespace Name Mixin selector official d
Lcbe$a;d:Lxo;
intermediary field_48335
Lnet/minecraft/class_9069$class_9070;field_48335:Lnet/minecraft/class_9139;
named PACKET_CODEC
Lnet/minecraft/entity/passive/ArmadilloEntity$State;PACKET_CODEC:Lnet/minecraft/network/codec/PacketCodec;
-
name
- Mappings:
Namespace Name Mixin selector official g
Lcbe$a;g:Ljava/lang/String;
intermediary field_47793
Lnet/minecraft/class_9069$class_9070;field_47793:Ljava/lang/String;
named name
Lnet/minecraft/entity/passive/ArmadilloEntity$State;name:Ljava/lang/String;
-
index
private final int index- Mappings:
Namespace Name Mixin selector official h
Lcbe$a;h:I
intermediary field_48337
Lnet/minecraft/class_9069$class_9070;field_48337:I
named index
Lnet/minecraft/entity/passive/ArmadilloEntity$State;index:I
-
-
Constructor Details
-
State
- Mappings:
Namespace Name Mixin selector official <init>
Lcbe$a;<init>(Ljava/lang/String;ILjava/lang/String;I)V
intermediary <init>
Lnet/minecraft/class_9069$class_9070;<init>(Ljava/lang/String;ILjava/lang/String;I)V
named <init>
Lnet/minecraft/entity/passive/ArmadilloEntity$State;<init>(Ljava/lang/String;ILjava/lang/String;I)V
-
-
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
-
fromName
- Mappings:
Namespace Name Mixin selector official a
Lcbe$a;a(Ljava/lang/String;)Lcbe$a;
intermediary method_55727
Lnet/minecraft/class_9069$class_9070;method_55727(Ljava/lang/String;)Lnet/minecraft/class_9069$class_9070;
named fromName
Lnet/minecraft/entity/passive/ArmadilloEntity$State;fromName(Ljava/lang/String;)Lnet/minecraft/entity/passive/ArmadilloEntity$State;
-
asString
Returns the unique string representation of the enum, used for serialization.- Specified by:
asString
in interfaceStringIdentifiable
- Returns:
- the unique string representation of the enum, used for serialization
- Mappings:
Namespace Name Mixin selector official c
Laxc;c()Ljava/lang/String;
intermediary method_15434
Lnet/minecraft/class_3542;method_15434()Ljava/lang/String;
named asString
Lnet/minecraft/util/StringIdentifiable;asString()Ljava/lang/String;
-
getIndex
private int getIndex()- Mappings:
Namespace Name Mixin selector official a
Lcbe$a;a()I
intermediary method_56084
Lnet/minecraft/class_9069$class_9070;method_56084()I
named getIndex
Lnet/minecraft/entity/passive/ArmadilloEntity$State;getIndex()I
-