类 StringPrompt
java.lang.Object
org.bukkit.conversations.StringPrompt
StringPrompt is the base class for any prompt that accepts an arbitrary
string from the user.
-
字段概要
从接口继承的字段 org.bukkit.conversations.Prompt
END_OF_CONVERSATION
-
构造器概要
-
方法概要
修饰符和类型方法说明boolean
blocksForInput
(@NotNull ConversationContext context) Ensures that the prompt waits for the user to provide input.从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
从接口继承的方法 org.bukkit.conversations.Prompt
acceptInput, getPromptText
-
构造器详细资料
-
StringPrompt
public StringPrompt()
-
-
方法详细资料
-
blocksForInput
Ensures that the prompt waits for the user to provide input.- 指定者:
blocksForInput
在接口中Prompt
- 参数:
context
- Context information about the conversation.- 返回:
- True.
-