Uses of Enum Class
org.bukkit.entity.Sniffer.State
Packages that use Sniffer.State
Package
Description
Interfaces for non-voxel objects that can exist in a
world, including all players, monsters, projectiles, etc.-
Uses of Sniffer.State in org.bukkit.entity
Subclasses with type arguments of type Sniffer.State in org.bukkit.entityModifier and TypeClassDescriptionstatic enumRepresents the current state of the Sniffer.Methods in org.bukkit.entity that return Sniffer.StateModifier and TypeMethodDescriptionSniffer.getState()Get the current state of the sniffer.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 org.bukkit.entity with parameters of type Sniffer.StateModifier and TypeMethodDescriptionvoidSniffer.setState(Sniffer.State state) Set a new state for the sniffer.