Package | Description |
---|---|
org.bukkit.conversations |
Classes dedicated to facilitate direct player-to-plugin communication.
|
Modifier and Type | Class and 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 and Description |
---|---|
protected ConversationPrefix |
Conversation.prefix |
protected ConversationPrefix |
ConversationFactory.prefix |
Modifier and Type | Method and Description |
---|---|
ConversationPrefix |
Conversation.getPrefix()
Gets the
ConversationPrefix that prepends all output from this
conversation. |
Modifier and Type | Method and Description |
---|---|
ConversationFactory |
ConversationFactory.withPrefix(ConversationPrefix prefix)
Sets the
ConversationPrefix that prepends all output from all
generated conversations. |
Copyright © 2016. All rights reserved.