Package org.bukkit.conversations
Class PluginNameConversationPrefix
java.lang.Object
org.bukkit.conversations.PluginNameConversationPrefix
- All Implemented Interfaces:
- ConversationPrefix
PluginNameConversationPrefix is a 
ConversationPrefix implementation
 that displays the plugin name in front of conversation output.- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiongetPrefix(@NotNull ConversationContext context) Prepends each conversation message with the plugin name.
- 
Field Details- 
separator
- 
prefixColor
- 
plugin
 
- 
- 
Constructor Details- 
PluginNameConversationPrefix
- 
PluginNameConversationPrefix
 
- 
- 
Method Details- 
getPrefixPrepends each conversation message with the plugin name.- Specified by:
- getPrefixin interface- ConversationPrefix
- Parameters:
- context- Context information about the conversation.
- Returns:
- An empty string.
 
 
-