|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Conversation | |
---|---|
org.bukkit.conversations | Classes dedicated to facilitate direct player-to-plugin communication. |
Uses of Conversation in org.bukkit.conversations |
---|
Fields in org.bukkit.conversations declared as Conversation | |
---|---|
protected Conversation |
InactivityConversationCanceller.conversation
|
Methods in org.bukkit.conversations that return Conversation | |
---|---|
Conversation |
ConversationFactory.buildConversation(Conversable forWhom)
Constructs a Conversation in accordance with the defaults set for this factory. |
Methods in org.bukkit.conversations with parameters of type Conversation | |
---|---|
void |
Conversable.abandonConversation(Conversation conversation)
Abandons an active conversation. |
void |
Conversable.abandonConversation(Conversation conversation,
ConversationAbandonedEvent details)
Abandons an active conversation. |
boolean |
Conversable.beginConversation(Conversation conversation)
Enters into a dialog with a Conversation object. |
protected void |
InactivityConversationCanceller.cancelling(Conversation conversation)
Subclasses of InactivityConversationCanceller can override this method to take additional actions when the inactivity timer abandons the conversation. |
void |
ManuallyAbandonedConversationCanceller.setConversation(Conversation conversation)
|
void |
InactivityConversationCanceller.setConversation(Conversation conversation)
|
void |
ExactMatchConversationCanceller.setConversation(Conversation conversation)
|
void |
ConversationCanceller.setConversation(Conversation conversation)
Sets the conversation this ConversationCanceller can optionally cancel. |
Constructors in org.bukkit.conversations with parameters of type Conversation | |
---|---|
ConversationAbandonedEvent(Conversation conversation)
|
|
ConversationAbandonedEvent(Conversation conversation,
ConversationCanceller canceller)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |