Uses of Enum Class
org.bukkit.entity.FishHook.HookState
Package
Description
Interfaces for non-voxel objects that can exist in a
world
, including all players, monsters, projectiles, etc.-
Uses of FishHook.HookState in org.bukkit.entity
Modifier and TypeMethodDescriptionFishHook.getState()
Get the current state of this fish hook.static FishHook.HookState
Returns the enum constant of this class with the specified name.static FishHook.HookState[]
FishHook.HookState.values()
Returns an array containing the constants of this enum class, in the order they are declared.