nova-parent
Toggle table of contents
0.18-alpha.14
jvm
Platform filter
jvm
Switch theme
Search in API
nova-parent
nova
/
xyz.xenondevs.nova.config
/
Configs
Configs
object
Configs
Members
Functions
get
Link copied to clipboard
operator
fun
get
(
id
:
String
)
:
Provider
<
CommentedConfigurationNode
>
operator
fun
get
(
id
:
Key
)
:
Provider
<
CommentedConfigurationNode
>
operator
fun
get
(
addon
:
Addon
,
path
:
String
)
:
Provider
<
CommentedConfigurationNode
>
get
Or
Null
Link copied to clipboard
fun
getOrNull
(
id
:
String
)
:
CommentedConfigurationNode
?
fun
getOrNull
(
id
:
Key
)
:
CommentedConfigurationNode
?
register
Serializers
Link copied to clipboard
fun
registerSerializers
(
addon
:
Addon
,
serializers
:
TypeSerializerCollection
)
Registers custom
serializers
for configs of
addon
.
save
Link copied to clipboard
fun
save
(
id
:
String
)
fun
save
(
id
:
Key
)