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