Pulling all pending Bukkit-JavaDoc changes
By: Edmond Poon <sagaciouszzzz@gmail.com>
This commit is contained in:
@@ -22,6 +22,7 @@ public class ConversationAbandonedEvent extends EventObject {
|
||||
|
||||
/**
|
||||
* Gets the object that caused the conversation to be abandoned.
|
||||
*
|
||||
* @return The object that abandoned the conversation.
|
||||
*/
|
||||
public ConversationCanceller getCanceller() {
|
||||
@@ -30,6 +31,7 @@ public class ConversationAbandonedEvent extends EventObject {
|
||||
|
||||
/**
|
||||
* Gets the abandoned conversation's conversation context.
|
||||
*
|
||||
* @return The abandoned conversation's conversation context.
|
||||
*/
|
||||
public ConversationContext getContext() {
|
||||
@@ -39,6 +41,7 @@ public class ConversationAbandonedEvent extends EventObject {
|
||||
/**
|
||||
* Indicates how the conversation was abandoned - naturally as part of the prompt chain or prematurely via a
|
||||
* {@link ConversationCanceller}.
|
||||
*
|
||||
* @return True if the conversation is abandoned gracefully by a {@link Prompt} returning null
|
||||
* or the next prompt. False of the conversations is abandoned prematurely by a ConversationCanceller.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user