public interface StructureDataService
| Modifier and Type | Method and Description |
|---|---|
Map<Integer,GlowStructure> |
readStructuresData()
Reads the structures data from storage.
|
void |
writeStructuresData(Map<Integer,GlowStructure> structures)
Write the structures data to storage.
|
Map<Integer,GlowStructure> readStructuresData()
void writeStructuresData(Map<Integer,GlowStructure> structures)
structures - The structures to write to storage.Copyright © 2021. All rights reserved.