Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
MythicDungeons MythicDungeons
  • Project overview
    • Project overview
    • Details
    • Activity
  • Issues 93
    • Issues 93
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Operations
    • Operations
    • Metrics
    • Incidents
  • Analytics
    • Analytics
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Activity
  • Create a new issue
  • Issue Boards
Collapse sidebar
  • MythicCraft
  • MythicDungeonsMythicDungeons
  • Wiki
  • Introduction to API

Introduction to API · Changes

Page history
Update Introduction to API authored Dec 14, 2023 by Aestrus's avatar Aestrus
Hide whitespace changes
Inline Side-by-side
Showing with 2 additions and 2 deletions
+2 -2
  • Introduction-to-API.md Introduction-to-API.md +2 -2
  • No files found.
Introduction-to-API.md
View page @ 6e1fa3f6
......@@ -9,9 +9,9 @@
#### 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() {
```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
Clone repository

NOTE: Items marked with * are incomplete or unwritten.

General Info
  • Changelogs
  • Commands and Permissions
  • Plugin Config
  • How it all Works
Guides
  • Getting Started
  • Your First Dungeon
  • Importing from DXL
Dungeon Elements
  • Dungeon Config
  • Functions
  • Triggers
  • Conditions
Compatibility
  • Mythic Mobs
  • Placeholder API
  • BetonQuest
Developer Documentation
  • Introduction to API
  • Methods
  • Events
  • Parties