Pulling all pending Bukkit-JavaDoc changes

This commit is contained in:
Edmond Poon
2013-08-03 21:46:30 -04:00
parent 2ccd6714a1
commit 466febbe41
80 changed files with 259 additions and 43 deletions

View File

@@ -27,6 +27,7 @@ public abstract class PlayerNamePrompt extends ValidatingPrompt{
/**
* Override this method to perform some action with the user's player name response.
*
* @param context Context information about the conversation.
* @param input The user's player name response.
* @return The next {@link Prompt} in the prompt graph.