Updated API Usages (markdown)

Ben Woo 2021-03-15 13:38:54 +08:00
parent a114819cae
commit eef257f21b

@ -47,8 +47,8 @@ Things to note:
* You can only delete worlds that can be loaded by the server. * 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. * 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 ## [MultiverseWorld](http://ci.onarandombox.com/job/Multiverse-Core/javadoc/com/onarandombox/MultiverseCore/api/MultiverseWorld.html)
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. 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 ### Getting a MultiverseWorld instance
With the world manager you have earlier, we can use that to get a MultiverseWorld. With the world manager you have earlier, we can use that to get a MultiverseWorld.