Updated API Usages (markdown)

Ben Woo 2021-03-15 13:38:54 +08:00
parent a114819cae
commit eef257f21b
1 changed files with 2 additions and 2 deletions

@ -47,8 +47,8 @@ Things to note:
* You can only delete worlds that can be loaded by the server.
* If the world folder is already removed from the server files, use [`MVWorldManager#removeWorldFromConfig`](http://ci.onarandombox.com/job/Multiverse-Core/javadoc/com/onarandombox/MultiverseCore/api/MVWorldManager.html#removeWorldFromConfig-java.lang.String-) method.
## MultiverseWorld
A class on top of the Bukkit's World object to provide additional world management features. This may also be used in methods of the other Multiverse modules.
## [MultiverseWorld](http://ci.onarandombox.com/job/Multiverse-Core/javadoc/com/onarandombox/MultiverseCore/api/MultiverseWorld.html)
A class on top of the Bukkit's [World](https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/World.html) object to provide additional world management features. This may also be used in methods of the other Multiverse modules.
### Getting a MultiverseWorld instance
With the world manager you have earlier, we can use that to get a MultiverseWorld.