toggle menu
core
git-2534f55
jvm
switch theme
search in API
core
/
com.github.spigotbasics.core.storage
/
NamespacedStorage
Namespaced
Storage
class
NamespacedStorage
(
backend
:
StorageBackend
,
val
namespace
:
String
)
Members
Constructors
Namespaced
Storage
Link copied to clipboard
constructor
(
backend
:
StorageBackend
,
namespace
:
String
)
Properties
namespace
Link copied to clipboard
val
namespace
:
String
Functions
get
Json
Element
Link copied to clipboard
fun
getJsonElement
(
keyId
:
String
)
:
CompletableFuture
<
JsonElement
?
>
set
Json
Element
Link copied to clipboard
fun
setJsonElement
(
keyId
:
String
,
value
:
JsonElement
?
)
:
CompletableFuture
<
Void
?
>
shutdown
Link copied to clipboard
fun
shutdown
(
timeout
:
Long
,
unit
:
TimeUnit
)
:
CompletableFuture
<
Void
?
>