Pulling all pending Bukkit-JavaDoc changes
By: Edmond Poon <sagaciouszzzz@gmail.com>
This commit is contained in:
@@ -8,12 +8,14 @@ public interface ConversationCanceller extends Cloneable {
|
||||
|
||||
/**
|
||||
* Sets the conversation this ConversationCanceller can optionally cancel.
|
||||
*
|
||||
* @param conversation A conversation.
|
||||
*/
|
||||
public void setConversation(Conversation conversation);
|
||||
|
||||
/**
|
||||
* Cancels a conversation based on user input/
|
||||
* Cancels a conversation based on user input.
|
||||
*
|
||||
* @param context Context information about the conversation.
|
||||
* @param input The input text from the user.
|
||||
* @return True to cancel the conversation, False otherwise.
|
||||
@@ -22,7 +24,9 @@ public interface ConversationCanceller extends Cloneable {
|
||||
|
||||
/**
|
||||
* Allows the {@link ConversationFactory} to duplicate this ConversationCanceller when creating a new {@link Conversation}.
|
||||
* <p>
|
||||
* Implementing this method should reset any internal object state.
|
||||
*
|
||||
* @return A clone.
|
||||
*/
|
||||
public ConversationCanceller clone();
|
||||
|
||||
Reference in New Issue
Block a user