Interface YamlArray

All Superinterfaces:
Comparable<YamlConfiguration>, Iterable<YamlElement>, YamlConfiguration, YamlElement

public interface YamlArray extends Iterable<YamlElement>, YamlElement
Yaml array.
  • Method Summary

    Modifier and Type
    Method
    Description
    default @NotNull YamlArray
    Gets this element as an array
    default boolean
    Gets this element as a boolean
    default double
    Gets this element as a double
    default float
    Gets this element as a float
    default int
    Gets this element as an int
    default long
    Gets this element as along
    default @NotNull YamlObject
    Gets this element as an object
    default @NotNull String
    Gets this element as a string
    @NotNull List<Object>
    get()
    Gets an array as a list.

    Methods inherited from interface java.lang.Iterable

    forEach, iterator, spliterator

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

    compareTo, path