Options
All
  • Public
  • Public/Protected
  • All
Menu

Class BukkitWorldManager

Hierarchy

  • BukkitWorldManager

Index

Constructors

constructor

Properties

multiversePlugin

multiversePlugin: MultiverseCorePlugin

q

q: object

Type declaration

worldmanager

worldmanager: WorldManager

Methods

cloneWorld

  • cloneWorld(worldName: string, templateWorldName: string): Promise<undefined | Object>

destroyWorld

  • destroyWorld(worldName: string): Promise<Object>

getMVWorld

  • getMVWorld(name: string): any

getWorldPath

  • getWorldPath(worldName: string): string

importWorld

  • importWorld(worldName: string): Promise<any>

unloadWorld

  • unloadWorld(name: string): boolean

worldExistsOnDisk

  • worldExistsOnDisk(worldName: string): any

Generated using TypeDoc