API

API

The API of the plugin:

  For developers, you can use the plugin api.

To use it, you need to retrieve the instance of the API with this method:

BankXApi bankXApi = BankX.getBankXApi();

In version 0.4b, you will need to do this :

BankX plugin = (BankX) Bukkit.getServer().getPluginManager().getPlugin("BankX");
BankXApi bankXApi = plugin.getBankXAPI();

There after, using methods that come with.

For more information, see the javadoc by downloading it at this link: API_Javadoc


Comments

Posts Quoted:
Reply
Clear All Quotes