Interface YamlData
- All Known Implementing Classes:
BlockHologramData,DisplayHologramData,HologramData,ItemHologramData,TextHologramData
public interface YamlData
-
Method Summary
Modifier and TypeMethodDescriptionbooleanReads the data from the given configuration section.booleanWrites 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.
-