Interface StructureProperty

All Known Implementing Classes:
StructureLocation

public interface StructureProperty
Interface to add save structure properties to a file.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    saveToFile​(org.bukkit.configuration.ConfigurationSection configurationSection)
    Deprecated.
    Not implemented yet.
  • Method Details

    • saveToFile

      void saveToFile(org.bukkit.configuration.ConfigurationSection configurationSection)
      Deprecated.
      Not implemented yet.
      Saves the property to the specified configuration section.
      Parameters:
      configurationSection - The configuration section to save the property to.