接口的使用
org.bukkit.conversations.ConversationPrefix
-
org.bukkit.conversations中ConversationPrefix的使用
修饰符和类型类说明class
NullConversationPrefix is aConversationPrefix
implementation that displays nothing in front of conversation output.class
PluginNameConversationPrefix is aConversationPrefix
implementation that displays the plugin name in front of conversation output.修饰符和类型字段说明protected ConversationPrefix
Conversation.prefix
protected ConversationPrefix
ConversationFactory.prefix
修饰符和类型方法说明Conversation.getPrefix()
Gets theConversationPrefix
that prepends all output from this conversation.修饰符和类型方法说明ConversationFactory.withPrefix
(@NotNull ConversationPrefix prefix) Sets theConversationPrefix
that prepends all output from all generated conversations.