toggle menu
levelledmobs-plugin
4.0.3.1
jvm
switch theme
search in API
levelledmobs-plugin
/
io.github.arcaneplugins.levelledmobs.misc
/
YmlParsingHelper
/
Companion
Companion
object
Companion
Members
Functions
get
Boolean
Link copied to clipboard
fun
getBoolean
(
cs
:
ConfigurationSection
?
,
name
:
String
)
:
Boolean
fun
getBoolean
(
cs
:
ConfigurationSection
?
,
name
:
String
,
defaultValue
:
Boolean
)
:
Boolean
get
Double2
Link copied to clipboard
fun
getDouble2
(
cs
:
ConfigurationSection
?
,
name
:
String
,
defaultValue
:
Double
?
)
:
Double
?
get
Float2
Link copied to clipboard
fun
getFloat2
(
cs
:
ConfigurationSection
?
,
name
:
String
,
defaultValue
:
Float
?
)
:
Float
?
get
Key
Name
From
Config
Link copied to clipboard
fun
getKeyNameFromConfig
(
cs
:
ConfigurationSection
,
key
:
String
)
:
String
get
List
From
Config
Item
Link copied to clipboard
fun
getListFromConfigItem
(
cs
:
ConfigurationSection
,
key
:
String
)
:
MutableList
<
String
>
get
String
Link copied to clipboard
fun
getString
(
cs
:
ConfigurationSection
?
,
name
:
String
)
:
String
?
fun
getString
(
cs
:
ConfigurationSection
?
,
name
:
String
,
defaultValue
:
String
?
)
:
String
?
get
String
Set
Link copied to clipboard
fun
getStringSet
(
cs
:
ConfigurationSection
?
,
name
:
String
)
:
MutableSet
<
String
>
obj
To
CS
Link copied to clipboard
fun
objToCS
(
cs
:
ConfigurationSection
,
path
:
String
)
:
ConfigurationSection
?