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_IDprivate static final EntityDataAccessor<Sniffer.State> Sniffer.DATA_STATEstatic final StreamCodec<io.netty.buffer.ByteBuf, Sniffer.State> Sniffer.State.STREAM_CODECMethods in net.minecraft.world.entity.animal.sniffer that return Sniffer.StateModifier and TypeMethodDescriptionprivate Sniffer.StateSniffer.getState()static Sniffer.StateReturns 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 SnifferSniffer.setState(Sniffer.State p_273359_) Sniffer.transitionTo(Sniffer.State p_273096_)