BetterModel
Toggle table of contents
1.12.2-SNAPSHOT-360
api
Platform filter
api
Switch theme
Search in API
BetterModel
api
/
kr.toxicity.model.api.script
/
ScriptBuilder
/
ScriptMetaData
Script
Meta
Data
interface
ScriptMetaData
Members
Functions
as
Boolean
Link copied to clipboard
@
Nullable
open
fun
asBoolean
(
@
NotNull
key
:
@
NotNull
String
)
:
@
Nullable
Boolean
as
Number
Link copied to clipboard
@
Nullable
open
fun
asNumber
(
@
NotNull
key
:
@
NotNull
String
)
:
@
Nullable
Number
as
String
Link copied to clipboard
@
Nullable
open
fun
asString
(
@
NotNull
key
:
@
NotNull
String
)
:
@
Nullable
String
to
Map
Link copied to clipboard
@
NotNull
@
Unmodifiable
abstract
fun
toMap
(
)
:
@
NotNull
@
Unmodifiable
Map
<
String
,
String
>