| Package | Description | 
|---|---|
| org.bukkit.conversations | Classes dedicated to facilitate direct player-to-plugin communication. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | NullConversationPrefixNullConversationPrefix is a  ConversationPrefiximplementation that
 displays nothing in front of conversation output. | 
| class  | PluginNameConversationPrefixPluginNameConversationPrefix is a  ConversationPrefiximplementation
 that displays the plugin name in front of conversation output. | 
| Modifier and Type | Field and Description | 
|---|---|
| protected ConversationPrefix | ConversationFactory. prefix | 
| protected ConversationPrefix | Conversation. prefix | 
| Modifier and Type | Method and Description | 
|---|---|
| ConversationPrefix | Conversation. getPrefix()Gets the  ConversationPrefixthat prepends all output from this
 conversation. | 
| Modifier and Type | Method and Description | 
|---|---|
| ConversationFactory | ConversationFactory. withPrefix(ConversationPrefix prefix)Sets the  ConversationPrefixthat prepends all output from all
 generated conversations. | 
Copyright © 2015. All rights reserved.