Interface LevelFactory


@NullMarked @AsOf("2.4.0") public interface LevelFactory
Creates live Bukkit worlds backed by a custom dimension type and chunk generator.
Since:
2.4.0
  • Field Details

  • Method Details

    • factory

      @AsOf("2.4.0") static LevelFactory factory()
    • createWorld

      @AsOf("2.4.0") World createWorld(LevelCreator world)
      Creates and loads a world from the given specification.
      Parameters:
      world - the world specification
      Returns:
      the loaded Bukkit world
      Since:
      2.4.0