Uses of Interface
org.bukkit.conversations.ConversationPrefix

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 ConversationFactory.prefix
           
protected  ConversationPrefix Conversation.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.
 



Copyright © 2014. All rights reserved.