Bukkit
1.4.7-R1.0
Main Page
Related Pages
Classes
Files
File List
All
Classes
Namespaces
Files
Functions
Variables
Enumerator
Pages
ConversationCanceller.java
Go to the documentation of this file.
1
package
org.bukkit.conversations;
2
7
public
interface
ConversationCanceller
extends
Cloneable {
8
13
public
void
setConversation
(
Conversation
conversation);
14
21
public
boolean
cancelBasedOnInput
(
ConversationContext
context, String input);
22
28
public
ConversationCanceller
clone
();
29
}
org
bukkit
conversations
ConversationCanceller.java
Generated on Wed May 22 2013 13:16:38 for Bukkit by
1.8.2