Class CotaniRegions
java.lang.Object
com.cotani.region.CotaniRegions
Factory for creating and configuring the Cotani 3D Region and protection module.
-
Method Summary
Modifier and TypeMethodDescriptionstatic RegionModulecreate(org.bukkit.plugin.Plugin plugin, com.cotani.task.api.PaperTaskScheduler scheduler) Creates a newRegionModuleinstance.
-
Method Details
-
create
public static RegionModule create(org.bukkit.plugin.Plugin plugin, com.cotani.task.api.PaperTaskScheduler scheduler) Creates a newRegionModuleinstance.- Parameters:
plugin- the owning Paper/Folia pluginscheduler- the Cotani task scheduler- Returns:
- the created RegionModule
-