org.bukkit.conversations
public class NullConversationPrefix extends Object implements ConversationPrefix
ConversationPrefix implementation that
 displays nothing in front of conversation output.| Constructor and Description | 
|---|
NullConversationPrefix()  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getPrefix(ConversationContext context)
Prepends each conversation message with an empty string. 
 | 
public String getPrefix(ConversationContext context)
getPrefix in interface ConversationPrefixcontext - Context information about the conversation.Copyright © 2014. All rights reserved.