Search
Preparing search index...
The search index is not available
@magikcraft/core
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
Globals
BukkitWorldManager
Class BukkitWorldManager
Hierarchy
BukkitWorldManager
Index
Constructors
constructor
Properties
multiverse
Plugin
q
worldmanager
Methods
clone
World
destroy
World
getMVWorld
get
World
Path
import
World
unload
World
world
Exists
OnDisk
Constructors
constructor
new
Bukkit
World
Manager
(
)
:
BukkitWorldManager
Returns
BukkitWorldManager
Properties
multiverse
Plugin
multiverse
Plugin
:
MultiverseCorePlugin
q
q
:
object
Type declaration
worldmanager
worldmanager
:
WorldManager
Methods
clone
World
clone
World
(
worldName
:
string
, templateWorldName
:
string
)
:
Promise
<
undefined
|
Object
>
Parameters
worldName:
string
templateWorldName:
string
Returns
Promise
<
undefined
|
Object
>
destroy
World
destroy
World
(
worldName
:
string
)
:
Promise
<
Object
>
Parameters
worldName:
string
Returns
Promise
<
Object
>
getMVWorld
getMVWorld
(
name
:
string
)
:
any
Parameters
name:
string
Returns
any
get
World
Path
get
World
Path
(
worldName
:
string
)
:
string
Parameters
worldName:
string
Returns
string
import
World
import
World
(
worldName
:
string
)
:
Promise
<
any
>
Parameters
worldName:
string
Returns
Promise
<
any
>
unload
World
unload
World
(
name
:
string
)
:
boolean
Parameters
name:
string
Returns
boolean
world
Exists
OnDisk
world
Exists
OnDisk
(
worldName
:
string
)
:
any
Parameters
worldName:
string
Returns
any
Globals
Bukkit
World
Manager
constructor
multiverse
Plugin
q
worldmanager
clone
World
destroy
World
getMVWorld
get
World
Path
import
World
unload
World
world
Exists
OnDisk
Generated using
TypeDoc