moducore-api
0.8
moducore-api
/
dev.jaims.moducore.api.manager.location
/
WarpManager
Warp
Manager
interface
WarpManager
Content copied to clipboard
Functions
Inheritors
Functions
delete
Warp
Link copied to clipboard
abstract
fun
deleteWarp
(
name
:
String
)
:
Boolean
Content copied to clipboard
Delete a warp.
get
All
Warps
Link copied to clipboard
abstract
fun
getAllWarps
(
)
:
Map
<
String
,
LocationHolder
>
Content copied to clipboard
get
Warp
Link copied to clipboard
open
fun
getWarp
(
name
:
String
)
:
LocationHolder
?
Content copied to clipboard
set
Warp
Link copied to clipboard
abstract
fun
setWarp
(
name
:
String
,
locationHolder
:
LocationHolder
)
Content copied to clipboard
Set a warp
Inheritors
LocationManager
Link copied to clipboard