Skip to content

Commit

Permalink
added missing java docs
Browse files Browse the repository at this point in the history
  • Loading branch information
NonSwag committed May 12, 2024
1 parent 289753c commit 7f02a79
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,10 @@ default boolean isCommandRegistered(String literal) {
*/
void updateCommands();

/**
* Retrieve the Commander instance associated with this CommandManager.
*
* @return The Commander instance
*/
Commander<C> commander();
}

0 comments on commit 7f02a79

Please sign in to comment.