Package mindustry.io.versions
Class Save10
java.lang.Object
mindustry.io.SaveFileReader
mindustry.io.SaveVersion
mindustry.io.versions.Save10
Removes short entity chunks, switching to 4 byte lengths for all 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.SaveVersion
addCustomChunk, getMeta, read, readContentHeader, readCustomChunks, readEntities, readEntityMapping, readMap, readMarkers, readMeta, readTeamBlocks, readWorldEntities, 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
-
Save10
public Save10()
-