Package mindustry.io.versions
Class Save9
java.lang.Object
mindustry.io.SaveFileReader
mindustry.io.SaveVersion
mindustry.io.versions.ShortChunkSaveVersion
mindustry.io.versions.Save9
Adds support for the new 7-byte custom tile data. This can read Save8 data, but Save8 doesn't know how to handle this version's output, thus the version change. This version is the last one that uses short chunks.
-
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, version
Fields inherited from class mindustry.io.SaveFileReader
byteOutput, byteOutput2, chunkNested, chunkReads, dataBytes, dataBytes2, fallback, modContentNameMap, writes1, writes2
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class mindustry.io.versions.ShortChunkSaveVersion
readMap, readWorldEntities
Methods inherited from class mindustry.io.SaveVersion
addCustomChunk, getMeta, read, readContentHeader, readCustomChunks, readEntities, readEntityMapping, readMarkers, readMeta, readTeamBlocks, write, write, writeContentHeader, writeCustomChunks, writeEntities, writeEntityMapping, writeMap, writeMarkers, writeMeta, writeTeamBlocks, writeWorldEntities
Methods inherited from class mindustry.io.SaveFileReader
mapFallback, readChunk, readChunkReads, readLegacyShortChunk, readRegion, readStringMap, skipChunk, skipLegacyShortChunk, writeChunk, writeRegion, writeStringMap
-
Constructor Details
-
Save9
public Save9()
-