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