Schnittstelle YamlData

Alle bekannten Implementierungsklassen:
BlockHologramData, DisplayHologramData, HologramData, ItemHologramData, TextHologramData

public interface YamlData
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    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.
  • Methodendetails

    • read

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

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