Skip to content
GitLab
Explore
Sign in
Register
MythicCraft
MythicDungeons
Wiki
Introduction to API
Introduction to API
· Changes
Page history
Update Introduction to API
authored
Dec 20, 2023
by
Aestrus
Hide whitespace changes
Inline
Side-by-side
Introduction-to-API.md
View page @
e668eb06
...
@@ -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*
...
...