Uses of Enum Class
org.bukkit.entity.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
Modifier 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.Modifier and TypeMethodDescriptionvoid
Sniffer.setState
(Sniffer.State state) Set a new state for the sniffer.