mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2024-11-24 11:45:31 +01:00
Improved BentoBox#isLoaded() javadoc
This commit is contained in:
parent
15fdb85df6
commit
10270846b2
@ -324,8 +324,9 @@ public class BentoBox extends JavaPlugin {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* True if the plugin is loaded and ready
|
* Returns whether BentoBox is fully loaded or not.
|
||||||
* @return the isLoaded
|
* 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() {
|
public boolean isLoaded() {
|
||||||
return isLoaded;
|
return isLoaded;
|
||||||
|
Loading…
Reference in New Issue
Block a user