Interface LevelFactory
Creates live Bukkit worlds backed by a custom dimension type and chunk generator.
- Since:
- 2.4.0
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptioncreateWorld(LevelCreator world) Creates and loads a world from the given specification.static LevelFactoryfactory()
-
Field Details
-
WIRE
-
-
Method Details
-
factory
-
createWorld
Creates and loads a world from the given specification.- Parameters:
world- the world specification- Returns:
- the loaded Bukkit world
- Since:
- 2.4.0
-