|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConversationPrefix | |
---|---|
org.bukkit.conversations | Classes dedicated to facilitate direct player-to-plugin communication. |
Uses of ConversationPrefix in org.bukkit.conversations |
---|
Classes in org.bukkit.conversations that implement ConversationPrefix | |
---|---|
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. |
Fields in org.bukkit.conversations declared as ConversationPrefix | |
---|---|
protected ConversationPrefix |
Conversation.prefix
|
protected ConversationPrefix |
ConversationFactory.prefix
|
Methods in org.bukkit.conversations that return ConversationPrefix | |
---|---|
ConversationPrefix |
Conversation.getPrefix()
Gets the ConversationPrefix that prepends all output from this conversation. |
Methods in org.bukkit.conversations with parameters of type ConversationPrefix | |
---|---|
ConversationFactory |
ConversationFactory.withPrefix(ConversationPrefix prefix)
Sets the ConversationPrefix that prepends all output from all generated conversations. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |