枚举的使用
org.bukkit.entity.FishHook.HookState
-
org.bukkit.entity中FishHook.HookState的使用
修饰符和类型方法说明FishHook.getState()
Get the current state of this fish hook.static FishHook.HookState
返回带有指定名称的该类型的枚举常量。static FishHook.HookState[]
FishHook.HookState.values()
按照声明该枚举类型的常量的顺序, 返回一个包含这些常量的数组。