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