From 1ec7ba1bae0e67e65e267f3f7ff65d5c238926ab Mon Sep 17 00:00:00 2001 From: Ben Woo <30431861+benwoo1110@users.noreply.github.com> Date: Mon, 15 Mar 2021 14:16:54 +0800 Subject: [PATCH] Updated API Usages (markdown) --- API-Usages.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/API-Usages.md b/API-Usages.md index 5364e36..b89c1cf 100644 --- a/API-Usages.md +++ b/API-Usages.md @@ -1,4 +1,4 @@ -This pages provides examples and explanation for the common API usages of Multiverse-Core introduced [here](Developer-API-Starter). It's impossible to cover all API methods in this guide, but rest assured we have [javadocs](http://ci.onarandombox.com/job/Multiverse-Core/javadoc/overview-summary.html) and [source code](https://github.com/Multiverse/Multiverse-Core/tree/main/src/main/java/com/onarandombox/MultiverseCore/api) provided. +This pages provides examples and explanation for the common API usages of Multiverse-Core introduced [here](Developer-API-Starter). It's impossible to cover all API methods in this guide, but rest assured we have [javadocs](http://ci.onarandombox.com/job/Multiverse-NetherPortals/javadoc/overview-summary.html) provided. ## [MVWorldManager](http://ci.onarandombox.com/job/Multiverse-Core/javadoc/com/onarandombox/MultiverseCore/api/MVWorldManager.html) The MVWorldManager interface is the heart of managing worlds in Multiverse. You can use various methods in this class to create, delete, regen worlds and much more!