类的使用
org.bukkit.conversations.ValidatingPrompt
-
org.bukkit.conversations中ValidatingPrompt的使用
修饰符和类型类说明class
BooleanPrompt是那些需要用户判断操作是与否的提示的基类.class
FixedSetPrompt is the base class for any prompt that requires a fixed set response from the user.class
NumericPrompt is the base class for any prompt that requires aNumber
response from the user.class
PlayerNamePrompt is the base class for any prompt that requires the player to enter another player's name.class
RegexPrompt is the base class for any prompt that requires an input validated by a regular expression.