Skip to content

Get Started

Diogo Correia edited this page Feb 3, 2019 · 6 revisions

It's easy to get started! First of all, you need to download the API according to your Triton version. Then, add it as a dependency of your project.

The entry point of the API is the TritonAPI class.
It only has one method: getInstance(), that returns the current instance of the plugin Triton.

To see which methods a class has, please take a look at the JavaDocs.