| Package | Description | 
|---|---|
| org.bukkit.conversations | 
 Classes dedicated to facilitate direct player-to-plugin communication. 
 | 
| Modifier and Type | Class | Description | 
|---|---|---|
class  | 
NullConversationPrefix | 
 NullConversationPrefix is a  
ConversationPrefix implementation that
 displays nothing in front of conversation output. | 
class  | 
PluginNameConversationPrefix | 
 PluginNameConversationPrefix is a  
ConversationPrefix implementation
 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  
ConversationPrefix that prepends all output from this
 conversation. | 
| Modifier and Type | Method | Description | 
|---|---|---|
ConversationFactory | 
ConversationFactory.withPrefix(ConversationPrefix prefix) | 
 Sets the  
ConversationPrefix that prepends all output from all
 generated conversations. | 
Copyright © 2019. All rights reserved.