Package mindustry.io.versions
Class LegacySaveVersion
java.lang.Object
mindustry.io.SaveFileReader
mindustry.io.SaveVersion
mindustry.io.versions.ShortChunkSaveVersion
mindustry.io.versions.LegacyRegionSaveVersion
mindustry.io.versions.LegacySaveVersion
-
Nested Class Summary
Nested classes/interfaces inherited from class mindustry.io.SaveFileReader
SaveFileReader.CustomChunk, SaveFileReader.IORunner<T>, SaveFileReader.IORunnerLength<T> -
Field Summary
Fields inherited from class mindustry.io.SaveVersion
customChunks, versionFields inherited from class mindustry.io.SaveFileReader
byteOutput, byteOutput2, chunkNested, chunkReads, dataBytes, dataBytes2, fallback, modContentNameMap, writes1, writes2 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidreadLegacyEntities(DataInput stream) voidreadMap(DataInput stream, WorldContext context) Methods inherited from class mindustry.io.versions.LegacyRegionSaveVersion
readMethods inherited from class mindustry.io.versions.ShortChunkSaveVersion
readWorldEntitiesMethods inherited from class mindustry.io.SaveVersion
addCustomChunk, getMeta, readContentHeader, readCustomChunks, readEntities, readEntityMapping, readMarkers, readMeta, readTeamBlocks, write, write, writeContentHeader, writeCustomChunks, writeEntities, writeEntityMapping, writeMap, writeMarkers, writeMeta, writeTeamBlocks, writeWorldEntitiesMethods inherited from class mindustry.io.SaveFileReader
mapFallback, readChunk, readChunkReads, readLegacyShortChunk, readRegion, readStringMap, skipChunk, skipLegacyShortChunk, writeChunk, writeRegion, writeStringMap
-
Constructor Details
-
LegacySaveVersion
public LegacySaveVersion(int version)
-
-
Method Details
-
readMap
- Overrides:
readMapin classShortChunkSaveVersion- Throws:
IOException
-
readLegacyEntities
- Throws:
IOException
-