History - net.minecraft.world.level.chunk.storage.RegionFile
1.21.3
Names
dwp
ebg
Fields
ByteBuffer: g, PADDING_BUFFER, field_20435, ZERO, f_63620_
ByteBuffer: g, PADDING_BUFFER, field_20435, ZERO
FileChannel: n, file, field_20436, channel, f_63621_
FileChannel: n, file, field_20436, channel
Path: o, externalFileDir, field_20657, directory, f_63622_
Path: o, externalFileDir, field_20657, directory
RegionFileVersion: p, version, field_20437, compressionFormat, f_63623_
RegionFileVersion: p, version, field_20437, compressionFormat
ByteBuffer: q, header, field_20438, header, f_63624_
ByteBuffer: q, header, field_20438, header
IntBuffer: r, offsets, field_20439, sectorData, f_63625_
IntBuffer: r, offsets, field_20439, sectorData
IntBuffer: s, timestamps, field_20440, saveTimes, f_63626_
IntBuffer: s, timestamps, field_20440, saveTimes
RegionBitmap: b, usedSectors, field_20441, sectors, f_63618_
RegionBitmap: b, usedSectors, field_20441, sectors
int: d, SECTOR_BYTES, field_31418, field_31418, f_156605_
int: d, SECTOR_BYTES, field_31418, field_31418
int: a, SECTOR_INTS, field_31417, SECTOR_DATA_LIMIT, f_156604_
int: a, SECTOR_INTS, field_31417, SECTOR_DATA_LIMIT
int: e, CHUNK_HEADER_SIZE, field_31419, field_31419, f_156606_
int: e, CHUNK_HEADER_SIZE, field_31419, field_31419
int: f, HEADER_OFFSET, field_31420, field_31420, f_156607_
int: f, HEADER_OFFSET, field_31420, field_31420
String: h, EXTERNAL_FILE_EXTENSION, field_31421, FILE_EXTENSION, f_156608_
String: h, EXTERNAL_FILE_EXTENSION, field_31421, FILE_EXTENSION
int: i, EXTERNAL_STREAM_FLAG, field_31422, field_31422, f_156609_
int: i, EXTERNAL_STREAM_FLAG, field_31422, field_31422
int: j, EXTERNAL_CHUNK_THRESHOLD, field_31423, field_31423, f_156610_
int: j, EXTERNAL_CHUNK_THRESHOLD, field_31423, field_31423
int: k, CHUNK_NOT_PRESENT, field_31424, field_31424, f_156611_
int: k, CHUNK_NOT_PRESENT, field_31424, field_31424
org.slf4j.Logger: c, LOGGER, field_20434, LOGGER, f_63619_
org.slf4j.Logger: c, LOGGER, field_20434, LOGGER
RegionStorageInfo: l, info, field_49102, storageKey, f_315685_
RegionStorageInfo: l, info, field_49102, storageKey
Path: m, path, field_48752, path, f_315672_
Path: m, path, field_48752, path
Constructors
Methods
void (): close, close, close
void (): close, close
DataInputStream (ChunkPos): a, getChunkDataInputStream, method_21873, getChunkInputStream, m_63645_
DataInputStream (ChunkPos): a, getChunkDataInputStream, method_21873, getChunkInputStream
boolean (ChunkPos): b, doesChunkExist, method_21879, isChunkValid, m_63673_
boolean (ChunkPos): b, doesChunkExist, method_21879, isChunkValid
DataOutputStream (ChunkPos): c, getChunkDataOutputStream, method_21881, getChunkOutputStream, m_63678_
DataOutputStream (ChunkPos): c, getChunkDataOutputStream, method_21881, getChunkOutputStream
int (ChunkPos): g, getOffset, method_12419, getSectorData, m_63686_
int (ChunkPos): g, getOffset, method_12419, getSectorData
boolean (ChunkPos): e, hasChunk, method_12423, hasChunk, m_63682_
boolean (ChunkPos): e, hasChunk, method_12423, hasChunk
int (ChunkPos): h, getOffsetIndex, method_17909, getIndex, m_63688_
int (ChunkPos): h, getOffsetIndex, method_17909, getIndex
Path (ChunkPos): f, getExternalChunkPath, method_22413, getExternalChunkPath, m_63684_
Path (ChunkPos): f, getExternalChunkPath, method_22413, getExternalChunkPath
boolean (byte): a, isExternalStreamChunk, method_22407, hasChunkStreamVersionId, m_63638_
boolean (byte): a, isExternalStreamChunk, method_22407, hasChunkStreamVersionId
byte (byte): b, getExternalChunkVersion, method_22412, getChunkStreamVersionId, m_63669_
byte (byte): b, getExternalChunkVersion, method_22412, getChunkStreamVersionId
DataInputStream (ChunkPos, byte, InputStream): a, createChunkInputStream, method_22409, decompress, m_63650_
DataInputStream (ChunkPos, byte, InputStream): a, createChunkInputStream, method_22409, decompress
DataInputStream (ChunkPos, byte): a, createExternalChunkInputStream, method_22408, getInputStream, m_63647_
DataInputStream (ChunkPos, byte): a, createExternalChunkInputStream, method_22408, getInputStream
ByteArrayInputStream (ByteBuffer, int): a, createStream, method_21876, getInputStream, m_63659_
ByteArrayInputStream (ByteBuffer, int): a, createStream, method_21876, getInputStream
int (int, int): a, packSectorOffset, method_21872, packSectorData, m_63642_
int (int, int): a, packSectorOffset, method_21872, packSectorData
int (int): a, getNumSectors, method_21871, getSize, m_63640_
int (int): a, getNumSectors, method_21871, getSize
int (int): b, getSectorNumber, method_21878, getOffset, m_63671_
int (int): b, getSectorNumber, method_21878, getOffset
int (int): c, sizeToSectors, method_21880, getSectorCount, m_63676_
int (int): c, sizeToSectors, method_21880, getSectorCount
void (ChunkPos, ByteBuffer): a, write, method_21874, writeChunk, m_63654_
void (ChunkPos, ByteBuffer): a, write, method_21874, writeChunk
ByteBuffer (): d, createExternalStub, method_22406, getHeaderBuf, m_63668_
ByteBuffer (): d, createExternalStub, method_22406, getHeaderBuf
RegionFile$CommitOp (Path, ByteBuffer): a, writeToExternalFile, method_22410, writeSafely, m_63662_
RegionFile$CommitOp (Path, ByteBuffer): a, writeToExternalFile, method_22410, writeSafely
void (): e, writeHeader, method_21870, writeHeader, m_63675_
void (): e, writeHeader, method_21870, writeHeader
void (): f, padToFullSector, method_21877, fillLastSector, m_63681_
void (): f, padToFullSector, method_21877, fillLastSector
void (): b, flush, method_26981, sync, m_63637_
void (): b, flush, method_26981, sync
int (): c, getTimestamp, method_31739, getEpochTimeSeconds, m_156612_
int (): c, getTimestamp, method_31739, getEpochTimeSeconds
void (ChunkPos): d, clear, method_31740, delete, m_156613_
void (ChunkPos): d, clear, method_31740, delete
Path (): a, getPath, method_56566, getPath, m_321600_
Path (): a, getPath, method_56566, getPath
1.21.1
Names
Fields
Constructors
Methods
1.21
Names
dvn
dwp
Fields
Constructors
Methods
1.20.6
Names
dmj
dvn
Fields
FileChannel: l, file, field_20436, channel, f_63621_
FileChannel: n, file, field_20436, channel, f_63621_
Path: m, externalFileDir, field_20657, directory, f_63622_
Path: o, externalFileDir, field_20657, directory, f_63622_
RegionFileVersion: n, version, field_20437, outputChunkStreamVersion, f_63623_
RegionFileVersion: p, version, field_20437, compressionFormat, f_63623_
ByteBuffer: o, header, field_20438, header, f_63624_
ByteBuffer: q, header, field_20438, header, f_63624_
IntBuffer: p, offsets, field_20439, sectorData, f_63625_
IntBuffer: r, offsets, field_20439, sectorData, f_63625_
IntBuffer: q, timestamps, field_20440, saveTimes, f_63626_
IntBuffer: s, timestamps, field_20440, saveTimes, f_63626_
RegionStorageInfo: l, info, field_49102, storageKey, f_315685_
Path: m, path, field_48752, path, f_315672_
Constructors
(Path, Path, RegionFileVersion, boolean)
(RegionStorageInfo, Path, Path, boolean)
(RegionStorageInfo, Path, Path, RegionFileVersion, boolean)
Methods
ByteBuffer (): c, createExternalStub, method_22406, getHeaderBuf, m_63668_
ByteBuffer (): d, createExternalStub, method_22406, getHeaderBuf, m_63668_
void (): d, writeHeader, method_21870, writeHeader, m_63675_
void (): e, writeHeader, method_21870, writeHeader, m_63675_
void (): e, padToFullSector, method_21877, fillLastSector, m_63681_
void (): f, padToFullSector, method_21877, fillLastSector, m_63681_
void (): a, flush, method_26981, sync, m_63637_
void (): b, flush, method_26981, sync, m_63637_
int (): b, getTimestamp, method_31739, getEpochTimeSeconds, m_156612_
int (): c, getTimestamp, method_31739, getEpochTimeSeconds, m_156612_
Path (): a, getPath, method_56566, getPath, m_321600_
1.20.4
Names
dil
dmj
Fields
Constructors
Methods
1.20.2
Names
dfd
dil
Fields
Constructors
Methods
1.20.1
Names
des
dfd
Fields
Constructors
Methods
1.19.4
Names
dbu
des
Fields
Constructors
Methods
1.19.3
Names
cyn
dbu
Fields
int: a, SECTOR_INTS, field_31417, field_31417, f_156604_
int: a, SECTOR_INTS, field_31417, SECTOR_DATA_LIMIT, f_156604_
Constructors
Methods
1.19.2
Names
Fields
Constructors
Methods
DataInputStream (ChunkPos, byte, InputStream): a, createChunkInputStream, method_22409, method_22409, m_63650_
DataInputStream (ChunkPos, byte, InputStream): a, createChunkInputStream, method_22409, decompress, m_63650_
DataInputStream (ChunkPos, byte): a, createExternalChunkInputStream, method_22408, method_22408, m_63647_
DataInputStream (ChunkPos, byte): a, createExternalChunkInputStream, method_22408, getInputStream, m_63647_
ByteBuffer (): c, createExternalStub, method_22406, method_22406, m_63668_
ByteBuffer (): c, createExternalStub, method_22406, getHeaderBuf, m_63668_
void (ChunkPos): d, clear, method_31740, method_31740, m_156613_
void (ChunkPos): d, clear, method_31740, delete, m_156613_
1.19.1
Names
cxq
cyn
Fields
Constructors
Methods
1.19
Names
crs
cxq
Fields
Constructors
Methods
1.18.2
Names
cra
crs
Fields
org.apache.logging.log4j.Logger: c, LOGGER, field_20434, LOGGER, f_63619_
org.slf4j.Logger: c, LOGGER, field_20434, LOGGER, f_63619_
Constructors
Methods
1.18.1
Names
Fields
Constructors
Methods
1.18
Names
cnp
cra
Fields
String: h, EXTERNAL_FILE_EXTENSION, field_31421, field_31421, f_156608_
String: h, EXTERNAL_FILE_EXTENSION, field_31421, FILE_EXTENSION, f_156608_
Constructors
Methods
int (ChunkPos): g, getOffset, method_12419, getSectorData, m_63686_, getOffset
int (ChunkPos): g, getOffset, method_12419, getSectorData, m_63686_
boolean (ChunkPos): e, hasChunk, method_12423, hasChunk, m_63682_, chunkExists
boolean (ChunkPos): e, hasChunk, method_12423, hasChunk, m_63682_
int (): b, getTimestamp, method_31739, method_31739, m_156612_
int (): b, getTimestamp, method_31739, getEpochTimeSeconds, m_156612_
1.17.1
Names
cno
cnp
Fields
Constructors
Methods
1.17
Names
cgy
cno
net.minecraft.world.chunk.storage.RegionFile
net.minecraft.src.C_2166_
net.minecraft.server.v1_16_R3.RegionFile
net.minecraft.world.level.chunk.storage.RegionFile
Fields
org.apache.logging.log4j.Logger: b, LOGGER, field_20434, LOGGER, field_227122_a_
org.apache.logging.log4j.Logger: c, LOGGER, field_20434, LOGGER, f_63619_
ByteBuffer: c, PADDING_BUFFER, field_20435, ZERO, field_227123_b_
ByteBuffer: g, PADDING_BUFFER, field_20435, ZERO, f_63620_
FileChannel: d, file, field_20436, channel, field_76719_c, dataFile
FileChannel: l, file, field_20436, channel, f_63621_
Path: e, externalFileDir, field_20657, directory, field_227124_d_
Path: m, externalFileDir, field_20657, directory, f_63622_
RegionFileVersion: f, version, field_20437, outputChunkStreamVersion, field_227125_e_
RegionFileVersion: n, version, field_20437, outputChunkStreamVersion, f_63623_
ByteBuffer: g, header, field_20438, header, field_227126_f_
ByteBuffer: o, header, field_20438, header, f_63624_
IntBuffer: h, offsets, field_20439, sectorData, field_76716_d
IntBuffer: p, offsets, field_20439, sectorData, f_63625_
IntBuffer: i, timestamps, field_20440, saveTimes, field_227127_h_
IntBuffer: q, timestamps, field_20440, saveTimes, f_63626_
RegionBitmap: a, usedSectors, field_20441, sectors, field_227128_i_, freeSectors
RegionBitmap: b, usedSectors, field_20441, sectors, f_63618_
int: d, SECTOR_BYTES, field_31418, field_31418, f_156605_
int: a, SECTOR_INTS, field_31417, field_31417, f_156604_
int: e, CHUNK_HEADER_SIZE, field_31419, field_31419, f_156606_
int: f, HEADER_OFFSET, field_31420, field_31420, f_156607_
String: h, EXTERNAL_FILE_EXTENSION, field_31421, field_31421, f_156608_
int: i, EXTERNAL_STREAM_FLAG, field_31422, field_31422, f_156609_
int: j, EXTERNAL_CHUNK_THRESHOLD, field_31423, field_31423, f_156610_
int: k, CHUNK_NOT_PRESENT, field_31424, field_31424, f_156611_
Constructors
Methods
void (): close, close, close, close, close, close
void (): close, close, close
DataInputStream (ChunkPos): a, getChunkDataInputStream, method_21873, getChunkInputStream, func_222666_a
DataInputStream (ChunkPos): a, getChunkDataInputStream, method_21873, getChunkInputStream, m_63645_
boolean (ChunkPos): b, doesChunkExist, method_21879, isChunkValid, func_222662_b
boolean (ChunkPos): b, doesChunkExist, method_21879, isChunkValid, m_63673_
DataOutputStream (ChunkPos): c, getChunkDataOutputStream, method_21881, getChunkOutputStream, func_222661_c
DataOutputStream (ChunkPos): c, getChunkDataOutputStream, method_21881, getChunkOutputStream, m_63678_
int (ChunkPos): f, getOffset, method_12419, getSectorData, func_222660_e, getOffset
int (ChunkPos): g, getOffset, method_12419, getSectorData, m_63686_, getOffset
boolean (ChunkPos): d, hasChunk, method_12423, hasChunk, func_222667_d, chunkExists
boolean (ChunkPos): e, hasChunk, method_12423, hasChunk, m_63682_, chunkExists
int (ChunkPos): g, getOffsetIndex, method_17909, getIndex, func_222668_f
int (ChunkPos): h, getOffsetIndex, method_17909, getIndex, m_63688_
Path (ChunkPos): e, getExternalChunkPath, method_22413, getExternalChunkPath, func_227145_e_
Path (ChunkPos): f, getExternalChunkPath, method_22413, getExternalChunkPath, m_63684_
boolean (byte): a, isExternalStreamChunk, method_22407, hasChunkStreamVersionId, func_227130_a_
boolean (byte): a, isExternalStreamChunk, method_22407, hasChunkStreamVersionId, m_63638_
byte (byte): b, getExternalChunkVersion, method_22412, getChunkStreamVersionId, func_227141_b_
byte (byte): b, getExternalChunkVersion, method_22412, getChunkStreamVersionId, m_63669_
DataInputStream (ChunkPos, byte, InputStream): a, createChunkInputStream, method_22409, method_22409, func_227134_a_
DataInputStream (ChunkPos, byte, InputStream): a, createChunkInputStream, method_22409, method_22409, m_63650_
DataInputStream (ChunkPos, byte): a, createExternalChunkInputStream, method_22408, method_22408, func_227133_a_
DataInputStream (ChunkPos, byte): a, createExternalChunkInputStream, method_22408, method_22408, m_63647_
ByteArrayInputStream (ByteBuffer, int): a, createStream, method_21876, getInputStream, func_227137_a_
ByteArrayInputStream (ByteBuffer, int): a, createStream, method_21876, getInputStream, m_63659_
int (int, int): a, packSectorOffset, method_21872, packSectorData, func_227132_a_
int (int, int): a, packSectorOffset, method_21872, packSectorData, m_63642_
int (int): a, getNumSectors, method_21871, getSize, func_227131_a_
int (int): a, getNumSectors, method_21871, getSize, m_63640_
int (int): b, getSectorNumber, method_21878, getOffset, func_227142_b_
int (int): b, getSectorNumber, method_21878, getOffset, m_63671_
int (int): c, sizeToSectors, method_21880, getSectorCount, func_227144_c_
int (int): c, sizeToSectors, method_21880, getSectorCount, m_63676_
void (ChunkPos, ByteBuffer): a, write, method_21874, writeChunk, func_227135_a_
void (ChunkPos, ByteBuffer): a, write, method_21874, writeChunk, m_63654_
ByteBuffer (): b, createExternalStub, method_22406, method_22406, func_227129_a_
ByteBuffer (): c, createExternalStub, method_22406, method_22406, m_63668_
RegionFile$CommitOp (Path, ByteBuffer): a, writeToExternalFile, method_22410, writeSafely, func_227138_a_
RegionFile$CommitOp (Path, ByteBuffer): a, writeToExternalFile, method_22410, writeSafely, m_63662_
void (): c, writeHeader, method_21870, writeHeader, func_227140_b_
void (): d, writeHeader, method_21870, writeHeader, m_63675_
void (): d, padToFullSector, method_21877, fillLastSector, func_227143_c_
void (): e, padToFullSector, method_21877, fillLastSector, m_63681_
void (): a, flush, method_26981, method_26981, func_235985_a_
void (): a, flush, method_26981, sync, m_63637_
int (): b, getTimestamp, method_31739, method_31739, m_156612_
void (ChunkPos): d, clear, method_31740, method_31740, m_156613_
1.16.5
Names
Fields
Constructors
Methods
1.16.4
Names
cgv
cgy
net.minecraft.server.v1_16_R2.RegionFile
net.minecraft.server.v1_16_R3.RegionFile
Fields
Constructors
Methods
1.16.3
Names
Fields
Constructors
Methods
1.16.2
Names
cia
cgv
net.minecraft.server.v1_16_R1.RegionFile
net.minecraft.server.v1_16_R2.RegionFile
Fields
org.apache.logging.log4j.Logger: a, LOGGER, field_20434, LOGGER, field_227122_a_
org.apache.logging.log4j.Logger: b, LOGGER, field_20434, LOGGER, field_227122_a_
ByteBuffer: b, PADDING_BUFFER, field_20435, ZERO, field_227123_b_
ByteBuffer: c, PADDING_BUFFER, field_20435, ZERO, field_227123_b_
FileChannel: c, file, field_20436, channel, field_76719_c, dataFile
FileChannel: d, file, field_20436, channel, field_76719_c, dataFile
Path: d, externalFileDir, field_20657, directory, field_227124_d_
Path: e, externalFileDir, field_20657, directory, field_227124_d_
RegionFileVersion: e, version, field_20437, outputChunkStreamVersion, field_227125_e_
RegionFileVersion: f, version, field_20437, outputChunkStreamVersion, field_227125_e_
ByteBuffer: f, header, field_20438, header, field_227126_f_
ByteBuffer: g, header, field_20438, header, field_227126_f_
IntBuffer: g, offsets, field_20439, sectorData, field_76716_d
IntBuffer: h, offsets, field_20439, sectorData, field_76716_d
IntBuffer: h, timestamps, field_20440, saveTimes, field_227127_h_
IntBuffer: i, timestamps, field_20440, saveTimes, field_227127_h_
RegionBitmap: i, usedSectors, field_20441, sectors, field_227128_i_, freeSectors
RegionBitmap: a, usedSectors, field_20441, sectors, field_227128_i_, freeSectors
Constructors
Methods
1.16.1
Names
cbc
cia
net.minecraft.server.v1_15_R1.RegionFile
net.minecraft.server.v1_16_R1.RegionFile
Fields
Constructors
(Path, Path, RegionFileVersion)
(Path, Path, RegionFileVersion, boolean)
Methods
void (): close, close, close, close, close
void (): close, close, close, close, close, close
DataInputStream (ChunkPos, byte, InputStream): a, createChunkInputStream, method_22409, func_227134_a_
DataInputStream (ChunkPos, byte, InputStream): a, createChunkInputStream, method_22409, method_22409, func_227134_a_
DataInputStream (ChunkPos, byte): a, createExternalChunkInputStream, method_22408, func_227133_a_
DataInputStream (ChunkPos, byte): a, createExternalChunkInputStream, method_22408, method_22408, func_227133_a_
ByteBuffer (): a, createExternalStub, method_22406, func_227129_a_
ByteBuffer (): b, createExternalStub, method_22406, method_22406, func_227129_a_
void (): b, writeHeader, method_21870, writeHeader, func_227140_b_
void (): c, writeHeader, method_21870, writeHeader, func_227140_b_
void (): c, padToFullSector, method_21877, fillLastSector, func_227143_c_
void (): d, padToFullSector, method_21877, fillLastSector, func_227143_c_
void (): a, flush, method_26981, method_26981, func_235985_a_
1.15.2
Names
caz
cbc
Fields
Constructors
Methods
1.15.1
Names
Fields
Constructors
Methods
1.15
Names
byi
caz
net.minecraft.server.v1_14_R1.RegionFile
net.minecraft.server.v1_15_R1.RegionFile
Fields
byte[]: a, EMPTY_SECTOR, field_13031, EMPTY_SECTOR, field_76720_a
RandomAccessFile: b, file, field_13025, file, field_76719_c
int[]: c, offsets, field_13029, offsets, field_76716_d
int[]: d, chunkTimestamps, field_13026, chunkTimestamps, field_76717_e
List<Boolean>: e, sectorFree, field_13030, sectorFree, field_76714_f
org.apache.logging.log4j.Logger: a, LOGGER, field_20434, LOGGER, field_227122_a_
ByteBuffer: b, PADDING_BUFFER, field_20435, ZERO, field_227123_b_
FileChannel: c, file, field_20436, channel, field_76719_c, dataFile
Path: d, externalFileDir, field_20657, directory, field_227124_d_
RegionFileVersion: e, version, field_20437, outputChunkStreamVersion, field_227125_e_
ByteBuffer: f, header, field_20438, header, field_227126_f_
IntBuffer: g, offsets, field_20439, sectorData, field_76716_d
IntBuffer: h, timestamps, field_20440, saveTimes, field_227127_h_
RegionBitmap: i, usedSectors, field_20441, sectors, field_227128_i_, freeSectors
Constructors
(File)
(Path, Path, RegionFileVersion)
Methods
void (int, byte[], int): a, write, method_12424, write, func_76712_a
DataInputStream (ChunkPos): a, getChunkDataInputStream, method_12421, getChunkDataInputStream, func_222666_a
DataInputStream (ChunkPos): a, getChunkDataInputStream, method_21873, getChunkInputStream, func_222666_a
boolean (ChunkPos): b, doesChunkExist, method_12420, isChunkPresent, func_222662_b
boolean (ChunkPos): b, doesChunkExist, method_21879, isChunkValid, func_222662_b
DataOutputStream (ChunkPos): c, getChunkDataOutputStream, method_12425, getChunkDataOutputStream, func_222661_c
DataOutputStream (ChunkPos): c, getChunkDataOutputStream, method_21881, getChunkOutputStream, func_222661_c
void (ChunkPos, byte[], int): a, write, method_12428, write, func_222664_a
int (ChunkPos): e, getOffset, method_12419, getSectorData, func_222660_e, getOffset
int (ChunkPos): f, getOffset, method_12419, getSectorData, func_222660_e, getOffset
boolean (ChunkPos): d, hasChunk, method_12423, hasChunk, func_222667_d
boolean (ChunkPos): d, hasChunk, method_12423, hasChunk, func_222667_d, chunkExists
void (ChunkPos, int): a, setOffset, method_12422, setOffset, func_222663_a
int (ChunkPos): f, getOffsetIndex, method_17909, getIndex, func_222668_f
int (ChunkPos): g, getOffsetIndex, method_17909, getIndex, func_222668_f
void (ChunkPos, int): b, setTimestamp, method_12427, setTimestamp, func_222665_b
Path (ChunkPos): e, getExternalChunkPath, method_22413, getExternalChunkPath, func_227145_e_
boolean (byte): a, isExternalStreamChunk, method_22407, hasChunkStreamVersionId, func_227130_a_
byte (byte): b, getExternalChunkVersion, method_22412, getChunkStreamVersionId, func_227141_b_
DataInputStream (ChunkPos, byte, InputStream): a, createChunkInputStream, method_22409, func_227134_a_
DataInputStream (ChunkPos, byte): a, createExternalChunkInputStream, method_22408, func_227133_a_
ByteArrayInputStream (ByteBuffer, int): a, createStream, method_21876, getInputStream, func_227137_a_
int (int, int): a, packSectorOffset, method_21872, packSectorData, func_227132_a_
int (int): a, getNumSectors, method_21871, getSize, func_227131_a_
int (int): b, getSectorNumber, method_21878, getOffset, func_227142_b_
int (int): c, sizeToSectors, method_21880, getSectorCount, func_227144_c_
void (ChunkPos, ByteBuffer): a, write, method_21874, writeChunk, func_227135_a_
ByteBuffer (): a, createExternalStub, method_22406, func_227129_a_
RegionFile$CommitOp (Path, ByteBuffer): a, writeToExternalFile, method_22410, writeSafely, func_227138_a_
void (): b, writeHeader, method_21870, writeHeader, func_227140_b_
void (): c, padToFullSector, method_21877, fillLastSector, func_227143_c_
1.14.4
Names
byd
byi
net.minecraft.world.level.chunk.storage.RegionFile
Fields
byte[]: a, field_13031, EMPTY_SECTOR, field_76720_a
byte[]: a, EMPTY_SECTOR, field_13031, EMPTY_SECTOR, field_76720_a
RandomAccessFile: b, field_13025, file, field_76719_c
RandomAccessFile: b, file, field_13025, file, field_76719_c
int[]: c, field_13029, offsets, field_76716_d
int[]: c, offsets, field_13029, offsets, field_76716_d
int[]: d, field_13026, chunkTimestamps, field_76717_e
int[]: d, chunkTimestamps, field_13026, chunkTimestamps, field_76717_e
List<Boolean>: e, field_13030, sectorFree, field_76714_f
List<Boolean>: e, sectorFree, field_13030, sectorFree, field_76714_f
Constructors
Methods
void (int, byte[], int): a, method_12424, write, func_76712_a
void (int, byte[], int): a, write, method_12424, write, func_76712_a
void (): close, close, close, close, close
void (): close, close, close, close, close
DataInputStream (ChunkCoordIntPair): a, method_12421, getChunkDataInputStream, func_222666_a
DataInputStream (ChunkPos): a, getChunkDataInputStream, method_12421, getChunkDataInputStream, func_222666_a
boolean (ChunkCoordIntPair): b, method_12420, isChunkPresent, func_222662_b
boolean (ChunkPos): b, doesChunkExist, method_12420, isChunkPresent, func_222662_b
DataOutputStream (ChunkCoordIntPair): c, method_12425, getChunkDataOutputStream, func_222661_c
DataOutputStream (ChunkPos): c, getChunkDataOutputStream, method_12425, getChunkDataOutputStream, func_222661_c
void (ChunkCoordIntPair, byte[], int): a, method_12428, write, func_222664_a
void (ChunkPos, byte[], int): a, write, method_12428, write, func_222664_a
int (ChunkCoordIntPair): e, method_12419, getOffset, func_222660_e, getOffset
int (ChunkPos): e, getOffset, method_12419, getSectorData, func_222660_e, getOffset
boolean (ChunkCoordIntPair): d, method_12423, hasChunk, func_222667_d
boolean (ChunkPos): d, hasChunk, method_12423, hasChunk, func_222667_d
void (ChunkCoordIntPair, int): a, method_12422, setOffset, func_222663_a
void (ChunkPos, int): a, setOffset, method_12422, setOffset, func_222663_a
int (ChunkCoordIntPair): f, method_17909, getPackedRegionRelativePosition, func_222668_f
int (ChunkPos): f, getOffsetIndex, method_17909, getIndex, func_222668_f
void (ChunkCoordIntPair, int): b, method_12427, setTimestamp, func_222665_b
void (ChunkPos, int): b, setTimestamp, method_12427, setTimestamp, func_222665_b
1.14.3
Names
bxz
byd
net.minecraft.world.storage.RegionFile
Fields
byte[]: a, field_13031, field_76720_a
byte[]: a, field_13031, EMPTY_SECTOR, field_76720_a
RandomAccessFile: b, field_13025, field_76719_c
RandomAccessFile: b, field_13025, file, field_76719_c
int[]: c, field_13029, field_76716_d
int[]: c, field_13029, offsets, field_76716_d
int[]: d, field_13026, field_76717_e
int[]: d, field_13026, chunkTimestamps, field_76717_e
List<Boolean>: e, field_13030, field_76714_f
List<Boolean>: e, field_13030, sectorFree, field_76714_f
Constructors
Methods
void (int, byte[], int): a, method_12424, func_76712_a
void (int, byte[], int): a, method_12424, write, func_76712_a
void (): close, close, close
void (): close, close, close, close, close
DataInputStream (ChunkCoordIntPair): a, method_12421, func_222666_a
DataInputStream (ChunkCoordIntPair): a, method_12421, getChunkDataInputStream, func_222666_a
boolean (ChunkCoordIntPair): b, method_12420, func_222662_b
boolean (ChunkCoordIntPair): b, method_12420, isChunkPresent, func_222662_b
DataOutputStream (ChunkCoordIntPair): c, method_12425, func_222661_c
DataOutputStream (ChunkCoordIntPair): c, method_12425, getChunkDataOutputStream, func_222661_c
void (ChunkCoordIntPair, byte[], int): a, method_12428, func_222664_a
void (ChunkCoordIntPair, byte[], int): a, method_12428, write, func_222664_a
int (ChunkCoordIntPair): e, method_12419, func_222660_e, getOffset
int (ChunkCoordIntPair): e, method_12419, getOffset, func_222660_e, getOffset
boolean (ChunkCoordIntPair): d, method_12423, func_222667_d
boolean (ChunkCoordIntPair): d, method_12423, hasChunk, func_222667_d
void (ChunkCoordIntPair, int): a, method_12422, func_222663_a
void (ChunkCoordIntPair, int): a, method_12422, setOffset, func_222663_a
int (ChunkCoordIntPair): f, method_17909, func_222668_f
int (ChunkCoordIntPair): f, method_17909, getPackedRegionRelativePosition, func_222668_f
void (ChunkCoordIntPair, int): b, method_12427, func_222665_b
void (ChunkCoordIntPair, int): b, method_12427, setTimestamp, func_222665_b
1.14.2
Names
Fields
Constructors
Methods
1.14.1
Names
bxy
bxz
Fields
Constructors
Methods
1.14
Names
bnz
bxy
net.minecraft.class_2861
net.minecraft.server.v1_13_R2.RegionFile
net.minecraft.server.v1_14_R1.RegionFile
Fields
byte[]: a, field_76720_a
byte[]: a, field_13031, field_76720_a
File: b, field_76718_b
RandomAccessFile: c, field_76719_c
RandomAccessFile: b, field_13025, field_76719_c
int[]: d, field_76716_d
int[]: c, field_13029, field_76716_d
int[]: e, field_76717_e
int[]: d, field_13026, field_76717_e
List<Boolean>: f, field_76714_f
List<Boolean>: e, field_13030, field_76714_f
int: g, field_76715_g
long: h, field_76721_h
Constructors
Methods
DataInputStream (int, int): a, func_76704_a
DataOutputStream (int, int): c, func_76710_b
void (int, int, byte[], int): a, func_76706_a
void (int, byte[], int): a, func_76712_a
void (int, byte[], int): a, method_12424, func_76712_a
boolean (int, int): e, func_76705_d
int (int, int): f, func_76707_e, getOffset
boolean (int, int): d, func_76709_c
void (int, int, int): a, func_76711_a
void (int, int, int): b, func_76713_b
void (): c, func_76708_c, close
void (): close, close, close
boolean (int, int): b, func_212167_b
DataInputStream (ChunkCoordIntPair): a, method_12421, func_222666_a
boolean (ChunkCoordIntPair): b, method_12420, func_222662_b
DataOutputStream (ChunkCoordIntPair): c, method_12425, func_222661_c
void (ChunkCoordIntPair, byte[], int): a, method_12428, func_222664_a
int (ChunkCoordIntPair): e, method_12419, func_222660_e, getOffset
boolean (ChunkCoordIntPair): d, method_12423, func_222667_d
void (ChunkCoordIntPair, int): a, method_12422, func_222663_a
int (ChunkCoordIntPair): f, method_17909, func_222668_f
void (ChunkCoordIntPair, int): b, method_12427, func_222665_b
1.13.2
Names
bny
bnz
Fields
Constructors
Methods
void (): c, func_76708_c
void (): c, func_76708_c, close
1.13.1
Names
bnq
bny
net.minecraft.server.v1_13_R1.RegionFile
net.minecraft.server.v1_13_R2.RegionFile
Fields
Constructors
Methods
1.13
Names
ayj
bnq
net.minecraft.server.v1_12_R1.RegionFile
net.minecraft.server.v1_13_R1.RegionFile
Fields
Constructors
Methods
DataOutputStream (int, int): b, func_76710_b
DataOutputStream (int, int): c, func_76710_b
boolean (int, int): d, func_76705_d
boolean (int, int): e, func_76705_d
int (int, int): e, func_76707_e, getOffset
int (int, int): f, func_76707_e, getOffset
boolean (int, int): c, func_76709_c
boolean (int, int): d, func_76709_c
boolean (int, int): b, func_212167_b
1.12.2
Names
Fields
Constructors
Methods
1.12.1
Names
ayh
ayj
Fields
Constructors
Methods
1.12
Names
avb
ayh
net.minecraft.server.v1_11_R1.RegionFile
net.minecraft.server.v1_12_R1.RegionFile
Fields
Constructors
Methods
int (int, int): e, func_76707_e
int (int, int): e, func_76707_e, getOffset
1.11.2
Names
Fields
Constructors
Methods
1.11.1
Names
auz
avb
Fields
Constructors
Methods
1.11
Names
ath
auz
net.minecraft.server.v1_10_R1.RegionFile
net.minecraft.server.v1_11_R1.RegionFile
Fields
Constructors
Methods
1.10.2
Names
Fields
Constructors
Methods
1.10
Names
asr
ath
net.minecraft.server.v1_9_R2.RegionFile
net.minecraft.server.v1_10_R1.RegionFile
Fields
Constructors
Methods
1.9.4
Names
asq
asr
net.minecraft.server.v1_9_R1.RegionFile
net.minecraft.server.v1_9_R2.RegionFile
Fields
Constructors
Methods
1.9.2
Names
Fields
Constructors
Methods
1.9
Names
anh
asq
net.minecraft.server.v1_8_R3.RegionFile
net.minecraft.server.v1_9_R1.RegionFile
Fields
Constructors
Methods
1.8.8
Names
anh
net.minecraft.world.chunk.storage.RegionFile
net.minecraft.server.v1_8_R3.RegionFile
Fields
byte[]: a, field_76720_a
File: b, field_76718_b
RandomAccessFile: c, field_76719_c
int[]: d, field_76716_d
int[]: e, field_76717_e
List<Boolean>: f, field_76714_f
int: g, field_76715_g
long: h, field_76721_h
Constructors
(File)
Methods
DataInputStream (int, int): a, func_76704_a
DataOutputStream (int, int): b, func_76710_b
void (int, int, byte[], int): a, func_76706_a
void (int, byte[], int): a, func_76712_a
boolean (int, int): d, func_76705_d
int (int, int): e, func_76707_e
boolean (int, int): c, func_76709_c
void (int, int, int): a, func_76711_a
void (int, int, int): b, func_76713_b
void (): c, func_76708_c