-
Notifications
You must be signed in to change notification settings - Fork 40
Get Started
Diogo Correia edited this page Dec 29, 2018
·
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. A simple Google search will reveal how to do it for your IDE.
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.