Uses of Enum Class
net.minecraft.world.entity.animal.sniffer.Sniffer.State
-
Uses of Sniffer.State in net.minecraft.network.syncher
Modifier and TypeFieldDescriptionstatic final EntityDataSerializer
<Sniffer.State> EntityDataSerializers.SNIFFER_STATE
-
Uses of Sniffer.State in net.minecraft.world.entity.animal.sniffer
Modifier and TypeFieldDescriptionstatic final IntFunction
<Sniffer.State> Sniffer.State.BY_ID
private static final EntityDataAccessor
<Sniffer.State> Sniffer.DATA_STATE
static final StreamCodec
<io.netty.buffer.ByteBuf, Sniffer.State> Sniffer.State.STREAM_CODEC
Modifier and TypeMethodDescriptionprivate Sniffer.State
Sniffer.getState()
static Sniffer.State
Returns the enum constant of this class with the specified name.static Sniffer.State[]
Sniffer.State.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionprivate Sniffer
Sniffer.setState
(Sniffer.State p_273359_) Sniffer.transitionTo
(Sniffer.State p_273096_)