Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
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
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
Introduction-to-API.md
Introduction-to-API.md
+7
-0
No files found.
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*
...
...