Interface YamlElement

All Superinterfaces:
Comparable<YamlConfiguration>, YamlConfiguration
All Known Subinterfaces:
YamlArray, YamlObject

public interface YamlElement extends YamlConfiguration
Yaml element.
  • Method Summary

    Modifier and Type
    Method
    Description
    @NotNull YamlArray
    Gets this element as an array
    boolean
    Gets this element as a boolean
    double
    Gets this element as a double
    float
    Gets this element as a float
    int
    Gets this element as an int
    long
    Gets this element as along
    @NotNull YamlObject
    Gets this element as an object
    @NotNull String
    Gets this element as a string
    @NotNull Object
    get()
    Gets an original raw object

    Methods inherited from interface kr.toxicity.hud.api.yaml.YamlConfiguration

    compareTo, path