root
Toggle table of contents
goblin-common
Target filter
goblin-common
Switch theme
Search in API
Skip to content
root
root
/
fi.utu.tech.powergoblin.common
/
Variables
Variables
goblin-common
data
class
Variables
(
val
values
:
List
<
KeyValues
>
=
listOf()
)
A container for variables.
Members
Constructors
Variables
Link copied to clipboard
goblin-common
constructor
(
values
:
Map
<
String
,
List
<
String
>
>
)
constructor
(
vararg
values
:
<Error class: unknown class>
<
SpecialVariable
,
List
<
String
>
>
)
constructor
(
values
:
List
<
KeyValues
>
=
listOf()
)
Properties
values
Link copied to clipboard
goblin-common
val
values
:
List
<
KeyValues
>
Functions
get
Link copied to clipboard
goblin-common
fun
get
(
key
:
String
)
:
<Error class: unknown class>
?
mappings
Link copied to clipboard
goblin-common
fun
mappings
(
)
:
<Error class: unknown class>
merge
Link copied to clipboard
goblin-common
fun
merge
(
other
:
Variables
)
:
Variables
to
Yaml
Link copied to clipboard
goblin-common
fun
toYaml
(
)
:
String