程序包 | 说明 |
---|---|
org.bukkit.conversations |
致力于简化玩家与插件的直接通信的类(玩家与插件的对话,典型的场景比如操作的确认、提供插件所需数据).
|
限定符和类型 | 类和说明 |
---|---|
class |
BooleanPrompt
BooleanPrompt是那些需要用户判断操作是与否的提示的基类.
|
class |
FixedSetPrompt
FixedSetPrompt is the base class for any prompt that requires a fixed set
response from the user.
|
class |
NumericPrompt
NumericPrompt is the base class for any prompt that requires a
Number response from the user. |
class |
PlayerNamePrompt
PlayerNamePrompt is the base class for any prompt that requires the player
to enter another player's name.
|
class |
RegexPrompt
RegexPrompt is the base class for any prompt that requires an input
validated by a regular expression.
|