Changes
Page history
Update Introduction to API
authored
Dec 14, 2023
by
Aestrus
Show whitespace changes
Inline
Side-by-side
Introduction-to-API.md
View page @
23636571
**Coming Soon**
\ No newline at end of file
#### Dependency Setup
### Maven
*Coming Soon*
### Gradle
*Coming Soon*
#### Accessing API Methods
Utilizing methods built in MythicDungeons is a fairly straightforward process. The simplest approach is to create a static method in your root class (where
`onEnable()`
and
`onDisable()`
are), and get the MythicDungeonsService.
`public static MythicDungeonsService mythicDungeonsAPI() {
return Bukkit.getServer().getServicesManager().load(MythicDungeonsService.class);
}`
#### Javadocs
The following link will take you to our Javadocs where you will get more information about our methods and events
*link coming soon*
\ No newline at end of file