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