Uses of Enum Class
org.bukkit.entity.FishHook.HookState
Packages that use 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
Subclasses with type arguments of type FishHook.HookState in org.bukkit.entityModifier and TypeClassDescriptionstatic enumRepresents a state in which a fishing hook may be.Methods in org.bukkit.entity that return FishHook.HookStateModifier and TypeMethodDescriptionFishHook.getState()Get the current state of this fish hook.static FishHook.HookStateReturns 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.