Uses of Interface
org.bukkit.conversations.ConversationPrefix
Packages that use ConversationPrefix
Package
Description
Classes dedicated to facilitate direct player-to-plugin communication.
-
Uses of ConversationPrefix in org.bukkit.conversations
Classes in org.bukkit.conversations that implement ConversationPrefixModifier and TypeClassDescriptionclass
Deprecated, for removal: This API element is subject to removal in a future version.The conversation API has been deprecated for removal.class
Deprecated, for removal: This API element is subject to removal in a future version.The conversation API has been deprecated for removal.Fields in org.bukkit.conversations declared as ConversationPrefixModifier and TypeFieldDescriptionprotected ConversationPrefix
Conversation.prefix
Deprecated, for removal: This API element is subject to removal in a future version.protected ConversationPrefix
ConversationFactory.prefix
Deprecated, for removal: This API element is subject to removal in a future version.Methods in org.bukkit.conversations that return ConversationPrefixModifier and TypeMethodDescriptionConversation.getPrefix()
Deprecated, for removal: This API element is subject to removal in a future version.Gets theConversationPrefix
that prepends all output from this conversation.Methods in org.bukkit.conversations with parameters of type ConversationPrefixModifier and TypeMethodDescriptionConversationFactory.withPrefix
(@NotNull ConversationPrefix prefix) Deprecated, for removal: This API element is subject to removal in a future version.Sets theConversationPrefix
that prepends all output from all generated conversations.