Package net.minecraft.entity.passive
Enum Class SnifferEntity.State
- All Implemented Interfaces:
Serializable
,Comparable<SnifferEntity.State>
,Constable
- Enclosing class:
SnifferEntity
- Mappings:
Namespace Name named net/minecraft/entity/passive/SnifferEntity$State
intermediary net/minecraft/class_8153$class_8154
official chy$a
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
-
Field Summary
Modifier and TypeFieldDescriptionprivate final int
static final IntFunction
<SnifferEntity.State> static final PacketCodec
<ByteBuf, SnifferEntity.State> -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
getIndex()
static SnifferEntity.State
Returns the enum constant of this class with the specified name.static SnifferEntity.State[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
IDLING
- Mappings:
Namespace Name Mixin selector named IDLING
Lnet/minecraft/entity/passive/SnifferEntity$State;IDLING:Lnet/minecraft/entity/passive/SnifferEntity$State;
intermediary field_42665
Lnet/minecraft/class_8153$class_8154;field_42665:Lnet/minecraft/class_8153$class_8154;
official a
Lchy$a;a:Lchy$a;
-
FEELING_HAPPY
- Mappings:
Namespace Name Mixin selector named FEELING_HAPPY
Lnet/minecraft/entity/passive/SnifferEntity$State;FEELING_HAPPY:Lnet/minecraft/entity/passive/SnifferEntity$State;
intermediary field_42666
Lnet/minecraft/class_8153$class_8154;field_42666:Lnet/minecraft/class_8153$class_8154;
official b
Lchy$a;b:Lchy$a;
-
SCENTING
- Mappings:
Namespace Name Mixin selector named SCENTING
Lnet/minecraft/entity/passive/SnifferEntity$State;SCENTING:Lnet/minecraft/entity/passive/SnifferEntity$State;
intermediary field_42667
Lnet/minecraft/class_8153$class_8154;field_42667:Lnet/minecraft/class_8153$class_8154;
official c
Lchy$a;c:Lchy$a;
-
SNIFFING
- Mappings:
Namespace Name Mixin selector named SNIFFING
Lnet/minecraft/entity/passive/SnifferEntity$State;SNIFFING:Lnet/minecraft/entity/passive/SnifferEntity$State;
intermediary field_42668
Lnet/minecraft/class_8153$class_8154;field_42668:Lnet/minecraft/class_8153$class_8154;
official d
Lchy$a;d:Lchy$a;
-
SEARCHING
- Mappings:
Namespace Name Mixin selector named SEARCHING
Lnet/minecraft/entity/passive/SnifferEntity$State;SEARCHING:Lnet/minecraft/entity/passive/SnifferEntity$State;
intermediary field_42669
Lnet/minecraft/class_8153$class_8154;field_42669:Lnet/minecraft/class_8153$class_8154;
official e
Lchy$a;e:Lchy$a;
-
DIGGING
- Mappings:
Namespace Name Mixin selector named DIGGING
Lnet/minecraft/entity/passive/SnifferEntity$State;DIGGING:Lnet/minecraft/entity/passive/SnifferEntity$State;
intermediary field_42670
Lnet/minecraft/class_8153$class_8154;field_42670:Lnet/minecraft/class_8153$class_8154;
official f
Lchy$a;f:Lchy$a;
-
RISING
- Mappings:
Namespace Name Mixin selector named RISING
Lnet/minecraft/entity/passive/SnifferEntity$State;RISING:Lnet/minecraft/entity/passive/SnifferEntity$State;
intermediary field_42671
Lnet/minecraft/class_8153$class_8154;field_42671:Lnet/minecraft/class_8153$class_8154;
official g
Lchy$a;g:Lchy$a;
-
-
Field Details
-
INDEX_TO_VALUE
- Mappings:
Namespace Name Mixin selector named INDEX_TO_VALUE
Lnet/minecraft/entity/passive/SnifferEntity$State;INDEX_TO_VALUE:Ljava/util/function/IntFunction;
intermediary field_48340
Lnet/minecraft/class_8153$class_8154;field_48340:Ljava/util/function/IntFunction;
official h
Lchy$a;h:Ljava/util/function/IntFunction;
-
PACKET_CODEC
- Mappings:
Namespace Name Mixin selector named PACKET_CODEC
Lnet/minecraft/entity/passive/SnifferEntity$State;PACKET_CODEC:Lnet/minecraft/network/codec/PacketCodec;
intermediary field_48341
Lnet/minecraft/class_8153$class_8154;field_48341:Lnet/minecraft/class_9139;
official i
Lchy$a;i:Lzn;
-
index
private final int index- Mappings:
Namespace Name Mixin selector named index
Lnet/minecraft/entity/passive/SnifferEntity$State;index:I
intermediary field_48342
Lnet/minecraft/class_8153$class_8154;field_48342:I
official j
Lchy$a;j:I
-
-
Constructor Details
-
State
private State(int index) - Mappings:
Namespace Name Mixin selector named <init>
Lnet/minecraft/entity/passive/SnifferEntity$State;<init>(Ljava/lang/String;II)V
intermediary <init>
Lnet/minecraft/class_8153$class_8154;<init>(Ljava/lang/String;II)V
official <init>
Lchy$a;<init>(Ljava/lang/String;II)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
-
getIndex
public int getIndex()- Mappings:
Namespace Name Mixin selector named getIndex
Lnet/minecraft/entity/passive/SnifferEntity$State;getIndex()I
intermediary method_56085
Lnet/minecraft/class_8153$class_8154;method_56085()I
official a
Lchy$a;a()I
-