toggle menu
BetterHud docs
1.8
standard-api
switch theme
search in API
BetterHud/api/standard-api
/
kr.toxicity.hud.api.yaml
/
YamlElement
Yaml
Element
interface
YamlElement
:
YamlConfiguration
Inheritors
YamlArray
YamlObject
Members
Functions
as
Array
Link copied to clipboard
@
NotNull
abstract
fun
asArray
(
)
:
@
NotNull
YamlArray
Gets this element as an array
as
Boolean
Link copied to clipboard
abstract
fun
asBoolean
(
)
:
Boolean
Gets this element as a boolean
as
Double
Link copied to clipboard
abstract
fun
asDouble
(
)
:
Double
Gets this element as a double
as
Float
Link copied to clipboard
abstract
fun
asFloat
(
)
:
Float
Gets this element as a float
as
Int
Link copied to clipboard
abstract
fun
asInt
(
)
:
Int
Gets this element as an int
as
Long
Link copied to clipboard
abstract
fun
asLong
(
)
:
Long
Gets this element as a long
as
Object
Link copied to clipboard
@
NotNull
abstract
fun
asObject
(
)
:
@
NotNull
YamlObject
Gets this element as an object
as
String
Link copied to clipboard
@
NotNull
abstract
fun
asString
(
)
:
@
NotNull
String
Gets this element as a string
compare
To
Link copied to clipboard
abstract
fun
compareTo
(
p
:
T
)
:
Int
open
fun
compareTo
(
@
NotNull
o
:
@
NotNull
YamlConfiguration
)
:
Int
get
Link copied to clipboard
@
NotNull
abstract
fun
get
(
)
:
@
NotNull
Any
Gets original raw object
path
Link copied to clipboard
@
NotNull
abstract
fun
path
(
)
:
@
NotNull
String
Gets this configuration's path