YamlElement

Yaml element.

Inheritors

Functions

Link copied to clipboard
@NotNull
abstract fun asArray(): @NotNull YamlArray
Gets this element as an array
Link copied to clipboard
abstract fun asBoolean(): Boolean
Gets this element as a boolean
Link copied to clipboard
abstract fun asDouble(): Double
Gets this element as a double
Link copied to clipboard
abstract fun asFloat(): Float
Gets this element as a float
Link copied to clipboard
abstract fun asInt(): Int
Gets this element as an int
Link copied to clipboard
abstract fun asLong(): Long
Gets this element as a long
Link copied to clipboard
@NotNull
abstract fun asObject(): @NotNull YamlObject
Gets this element as an object
Link copied to clipboard
@NotNull
abstract fun asString(): @NotNull String
Gets this element as a string
Link copied to clipboard
abstract fun compareTo(p: T): Int
open fun compareTo(@NotNull o: @NotNull YamlConfiguration): Int
Link copied to clipboard
@NotNull
abstract fun get(): @NotNull Any
Gets original raw object
Link copied to clipboard
@NotNull
abstract fun path(): @NotNull String
Gets this configuration's path