Developer API

The documentation for the developer api

Accessing the API

To access the API, use the following method:

CollectorsAPI.getAPI()

API Methods

Map<Chunk, CollectorLocation> getLocations() //Get all collector location

boolean hasCollector(String name) //Check if a collector type exists

Collector getCollector(String name) //Get a collector by name

TeamProvider getTeamProvider() //Get the team access provider

ValueProvider getValueProvider() //Get the sell value provider

BoosterProvider getBoosterProvider() //Get the sell booster provider

StackerProvider getStackerProvider() //Get the item stacker provider

boolean hasLocation(Chunk chunk)

CollectorLocation getLocation(Chunk chunk)

Last updated