Interface YamlData
- All Known Implementing Classes:
BlockHologramData
,DisplayHologramData
,HologramData
,ItemHologramData
,TextHologramData
public interface YamlData
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Reads the data from the given configuration section.boolean
Writes the data to the given configuration section.
-
Method Details
-
read
Reads the data from the given configuration section.- Returns:
- Whether the data was read successfully.
-
write
Writes the data to the given configuration section.- Returns:
- Whether the data was written successfully.
-