Managers
Regions Manager
To get the regions manager, you must call the API variable, like this example:
import tfagaming.projects.minecraft.homestead.managers.*;
RegionsManager manager = api.getRegionsManager();

Chunks Manager
To get the chunks manager, you must call the API variable, like this example:
import tfagaming.projects.minecraft.homestead.managers.*;
ChunksManager manager = api.getChunksManager();

Last updated