类 PluginNameConversationPrefix
java.lang.Object
org.bukkit.conversations.PluginNameConversationPrefix
- 所有已实现的接口:
ConversationPrefix
PluginNameConversationPrefix is a
ConversationPrefix
implementation
that displays the plugin name in front of conversation output.-
字段概要
-
构造器概要
-
方法概要
修饰符和类型方法说明getPrefix
(@NotNull ConversationContext context) Prepends each conversation message with the plugin name.
-
字段详细资料
-
separator
-
prefixColor
-
plugin
-
-
构造器详细资料
-
PluginNameConversationPrefix
-
PluginNameConversationPrefix
-
-
方法详细资料
-
getPrefix
Prepends each conversation message with the plugin name.- 指定者:
getPrefix
在接口中ConversationPrefix
- 参数:
context
- Context information about the conversation.- 返回:
- An empty string.
-