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();
This menu is from the intellisense of Visual Studio Code.

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();
This menu is from the intellisense of Visual Studio Code.

Last updated