Package org.bukkit.conversations
Class PluginNameConversationPrefix
- java.lang.Object
-
- org.bukkit.conversations.PluginNameConversationPrefix
-
- All Implemented Interfaces:
ConversationPrefix
public class PluginNameConversationPrefix extends Object implements ConversationPrefix
PluginNameConversationPrefix is aConversationPrefix
implementation that displays the plugin name in front of conversation output.
-
-
Constructor Summary
Constructors Constructor Description PluginNameConversationPrefix(Plugin plugin)
PluginNameConversationPrefix(Plugin plugin, String separator, ChatColor prefixColor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getPrefix(ConversationContext context)
Prepends each conversation message with the plugin name.
-
-
-
Method Detail
-
getPrefix
@NotNull public String getPrefix(@NotNull ConversationContext context)
Prepends each conversation message with the plugin name.- Specified by:
getPrefix
in interfaceConversationPrefix
- Parameters:
context
- Context information about the conversation.- Returns:
- An empty string.
-
-