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.syncherFields 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.snifferFields in net.minecraft.world.entity.animal.sniffer with type parameters of type Sniffer.StateModifier and TypeFieldDescriptionprivate static final EntityDataAccessor<Sniffer.State>Sniffer.DATA_STATEMethods 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_)