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
Methods in org.bukkit.entity that return Sniffer.StateModifier and TypeMethodDescriptionSniffer.getState()
Get the current state of the sniffer.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 org.bukkit.entity with parameters of type Sniffer.StateModifier and TypeMethodDescriptionvoid
Sniffer.setState
(Sniffer.State state) Set a new state for the sniffer.