致力于简化玩家与插件的直接通信的类(玩家与插件的对话,典型的场景比如操作的确认、提供插件所需数据).
-
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 a
Number
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.