Interface YamlData

All Known Implementing Classes:
BlockHologramData, DisplayHologramData, HologramData, ItemHologramData, TextHologramData

public interface YamlData
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    read(org.bukkit.configuration.ConfigurationSection section, String name)
    Reads the data from the given configuration section.
    boolean
    write(org.bukkit.configuration.ConfigurationSection section, String name)
    Writes the data to the given configuration section.
  • Method Details

    • read

      boolean read(org.bukkit.configuration.ConfigurationSection section, String name)
      Reads the data from the given configuration section.
      Returns:
      Whether the data was read successfully.
    • write

      boolean write(org.bukkit.configuration.ConfigurationSection section, String name)
      Writes the data to the given configuration section.
      Returns:
      Whether the data was written successfully.