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)