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 TypeFieldDescriptionprivate static final EntityDataAccessor<Sniffer.State>
Sniffer.DATA_STATE
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_)