Skip to content

Commit

Permalink
Improved BentoBox#isLoaded() javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
Poslovitch committed Nov 10, 2018
1 parent 15fdb85 commit 1027084
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/main/java/world/bentobox/bentobox/BentoBox.java
Original file line number Diff line number Diff line change
Expand Up @@ -324,8 +324,9 @@ public SchemsManager getSchemsManager() {
}

/**
* True if the plugin is loaded and ready
* @return the isLoaded
* Returns whether BentoBox is fully loaded or not.
* This basically means that all managers are instantiated and can therefore be safely accessed.
* @return whether BentoBox is fully loaded or not.
*/
public boolean isLoaded() {
return isLoaded;
Expand Down

0 comments on commit 1027084

Please sign in to comment.