Package com.plotsquared.bukkit.managers
Class BukkitWorldManager
java.lang.Object
com.plotsquared.bukkit.managers.BukkitWorldManager
- All Implemented Interfaces:
com.plotsquared.core.util.PlatformWorldManager<World>
- Direct Known Subclasses:
HyperverseWorldManager,MultiverseWorldManager
public class BukkitWorldManager
extends Object
implements com.plotsquared.core.util.PlatformWorldManager<World>
Default Bukkit world manager. It will handle world creation by
registering the generator in bukkit.yml
-
Constructor Details
-
BukkitWorldManager
public BukkitWorldManager()
-
-
Method Details
-
initialize
public void initialize()- Specified by:
initializein interfacecom.plotsquared.core.util.PlatformWorldManager<World>
-
handleWorldCreation
- Specified by:
handleWorldCreationin interfacecom.plotsquared.core.util.PlatformWorldManager<World>
-
setGenerator
-
getName
- Specified by:
getNamein interfacecom.plotsquared.core.util.PlatformWorldManager<World>
-
getWorlds
- Specified by:
getWorldsin interfacecom.plotsquared.core.util.PlatformWorldManager<World>
-