Improved BentoBox#isLoaded() javadoc

This commit is contained in:
Florian CUNY 2018-11-10 10:03:15 +01:00
parent 15fdb85df6
commit 10270846b2

View File

@ -324,8 +324,9 @@ public class BentoBox extends JavaPlugin {
}
/**
* 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;