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