Uses of Interface
org.bukkit.conversations.ConversationPrefix
Package
Description
Classes dedicated to facilitate direct player-to-plugin communication.
-
Uses of ConversationPrefix in org.bukkit.conversations
Modifier and TypeClassDescriptionclass
NullConversationPrefix is aConversationPrefix
implementation that displays nothing in front of conversation output.class
PluginNameConversationPrefix is aConversationPrefix
implementation that displays the plugin name in front of conversation output.Modifier and TypeFieldDescriptionprotected ConversationPrefix
Conversation.prefix
protected ConversationPrefix
ConversationFactory.prefix
Modifier and TypeMethodDescriptionConversation.getPrefix()
Gets theConversationPrefix
that prepends all output from this conversation.Modifier and TypeMethodDescriptionConversationFactory.withPrefix
(@NotNull ConversationPrefix prefix) Sets theConversationPrefix
that prepends all output from all generated conversations.