Uses of Enum Class
net.minecraft.world.entity.animal.sniffer.Sniffer.State
Packages that use Sniffer.State
-
Uses of Sniffer.State in net.minecraft.network.syncher
Fields in net.minecraft.network.syncher with type parameters of type Sniffer.StateModifier and TypeFieldDescriptionstatic final EntityDataSerializer
<Sniffer.State> EntityDataSerializers.SNIFFER_STATE
-
Uses of Sniffer.State in net.minecraft.world.entity.animal.sniffer
Fields in net.minecraft.world.entity.animal.sniffer with type parameters of type Sniffer.StateModifier 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
Methods in net.minecraft.world.entity.animal.sniffer that return Sniffer.StateModifier 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.Methods in net.minecraft.world.entity.animal.sniffer with parameters of type Sniffer.StateModifier and TypeMethodDescriptionprivate Sniffer
Sniffer.setState
(Sniffer.State pState) Sniffer.transitionTo
(Sniffer.State pState)