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 aConversationPrefiximplementation that displays the plugin name in front of conversation output.
- 
- 
Constructor SummaryConstructors Constructor Description PluginNameConversationPrefix(Plugin plugin)PluginNameConversationPrefix(Plugin plugin, String separator, ChatColor prefixColor)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetPrefix(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:
- getPrefixin interface- ConversationPrefix
- Parameters:
- context- Context information about the conversation.
- Returns:
- An empty string.
 
 
- 
 
-