BetterHud
Toggle table of contents
1.14.1-SNAPSHOT-439
standard-api
Target filter
standard-api
Switch theme
Search in API
Skip to content
BetterHud
BetterHud/api/standard-api
/
kr.toxicity.hud.api.yaml
/
YamlElement
Yaml
Element
interface
YamlElement
:
YamlConfiguration
Yaml element.
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 along
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 an original raw object
path
Link copied to clipboard
@
NotNull
abstract
fun
path
(
)
:
@
NotNull
String
Gets this configuration's path