Update Introduction to API authored by Aestrus's avatar Aestrus
...@@ -40,6 +40,13 @@ public static MythicDungeonsService mythicDungeonsAPI() { ...@@ -40,6 +40,13 @@ public static MythicDungeonsService mythicDungeonsAPI() {
} }
``` ```
**Example Usage**
```java
if (MyPlugin.mythicDungeonsAPI().isPlayerInDungeon(player) {
// Do something
}
```
#### Javadocs #### Javadocs
The following link will take you to our Javadocs where you will get more information about our methods and events *link coming soon* The following link will take you to our Javadocs where you will get more information about our methods and events *link coming soon*
... ...
......