net.minecraft.world.level.chunk.storage

public class RegionFile

implements AutoCloseable

dmj
net.minecraft.world.level.chunk.storage.RegionFile
net.minecraft.class_2861
net.minecraft.unmapped.C_kykyawqb
net.minecraft.world.storage.RegionFile
net.minecraft.world.storage.RegionFile
net.minecraft.src.C_2166_
net.minecraft.world.level.chunk.storage.RegionFile

Field summary

Modifier and TypeField
private static final org.slf4j.Logger
c
LOGGER
field_20434
f_mvitofjf
LOGGER
LOGGER
f_63619_
private static final int
d
SECTOR_BYTES
field_31418
f_ecfxbygp
field_31418
SECTOR_BYTE_LIMIT
f_156605_
protected static final int
a
SECTOR_INTS
field_31417
f_srhyfbtq
SECTOR_DATA_LIMIT
SECTOR_INT_LIMIT
f_156604_
private static final int
e
CHUNK_HEADER_SIZE
field_31419
f_torejiiv
field_31419
CHUNK_HEADER_SIZE
f_156606_
private static final int
f
HEADER_OFFSET
field_31420
f_pebydogu
field_31420
HEADER_OFFSET
f_156607_
private static final ByteBuffer
g
PADDING_BUFFER
field_20435
f_mmilontz
ZERO
PADDING_BUFFER
f_63620_
private static final String
h
EXTERNAL_FILE_EXTENSION
field_31421
f_knlsaycj
FILE_EXTENSION
EXTERNAL_FILE_EXTENSION
f_156608_
private static final int
i
EXTERNAL_STREAM_FLAG
field_31422
f_uzbltvoa
field_31422
EXTERNAL_STREAM_FLAG
f_156609_
private static final int
j
EXTERNAL_CHUNK_THRESHOLD
field_31423
f_egrpyabe
field_31423
EXTERNAL_CHUNK_THRESHOLD
f_156610_
private static final int
k
CHUNK_NOT_PRESENT
field_31424
f_dxhmyvjp
field_31424
CHUNK_NOT_PRESENT
f_156611_
private final FileChannel
l
file
field_20436
f_ramzmnqn
channel
channel
f_63621_
private final Path
m
externalFileDir
field_20657
f_bagqqhlx
directory
directory
f_63622_
final RegionFileVersion
n
version
field_20437
f_xggxxmgb
outputChunkStreamVersion
outputChunkStreamVersion
f_63623_
private final ByteBuffer
o
header
field_20438
f_qpqrfiqu
header
header
f_63624_
private final IntBuffer
p
offsets
field_20439
f_sidnvqle
sectorData
sectorData
f_63625_
private final IntBuffer
q
timestamps
field_20440
f_becwjrwf
saveTimes
saveTimes
f_63626_
protected final RegionBitmap
b
usedSectors
field_20441
f_ewdhvwdr
sectors
sectors
f_63618_

Constructor summary

ModifierConstructor
public (Path file, Path directory, boolean dsync)
public (Path file, Path directory, RegionFileVersion outputChunkStreamVersion, boolean dsync)

Method summary

Modifier and TypeMethod
private Path
f(csw arg0)
getExternalChunkPath(ChunkPos arg0)
method_22413(class_1923 arg0)
m_isyqnhjt(C_ynrszrtu arg0)
getExternalChunkPath(ChunkPos chunkPos)
getExternalChunkPath(ChunkPos chunkPos)
m_63684_(C_1560_ arg0)
public synchronized DataInputStream
a(csw arg0)
getChunkDataInputStream(ChunkPos arg0)
method_21873(class_1923 arg0)
m_jsumbmbn(C_ynrszrtu arg0)
getChunkInputStream(ChunkPos pos)
getChunkInputStream(ChunkPos pos)
m_63645_(C_1560_ arg0)
private static int
b()
getTimestamp()
method_31739()
m_pliiokxw()
getEpochTimeSeconds()
getTimestamp()
m_156612_()
private static boolean
a(byte arg0)
isExternalStreamChunk(byte arg0)
method_22407(byte arg0)
m_oodaxowl(byte arg0)
hasChunkStreamVersionId(byte flags)
hasChunkStreamVersionId(byte flags)
m_63638_(byte p_63639_)
private static byte
b(byte arg0)
getExternalChunkVersion(byte arg0)
method_22412(byte arg0)
m_nmxbyxnr(byte arg0)
getChunkStreamVersionId(byte flags)
getChunkStreamVersionId(byte flags)
m_63669_(byte p_63670_)
private DataInputStream
a(csw arg0, byte arg1, InputStream arg2)
createChunkInputStream(ChunkPos arg0, byte arg1, InputStream arg2)
method_22409(class_1923 arg0, byte arg1, InputStream arg2)
m_lyzbhxyo(C_ynrszrtu arg0, byte arg1, InputStream arg2)
decompress(ChunkPos pos, byte flags, InputStream stream)
createChunkInputStream(ChunkPos pos, byte versionId, InputStream input)
m_63650_(C_1560_ p_63652_, byte p_63653_, InputStream arg2)
private DataInputStream
a(csw arg0, byte arg1)
createExternalChunkInputStream(ChunkPos arg0, byte arg1)
method_22408(class_1923 arg0, byte arg1)
m_naxlpaqf(C_ynrszrtu arg0, byte arg1)
getInputStream(ChunkPos pos, byte flags)
createExternalChunkInputStream(ChunkPos pos, byte versionId)
m_63647_(C_1560_ p_63649_, byte arg1)
private static ByteArrayInputStream
a(ByteBuffer arg0, int arg1)
createStream(ByteBuffer arg0, int arg1)
method_21876(ByteBuffer arg0, int arg1)
m_bmulfhup(ByteBuffer arg0, int arg1)
getInputStream(ByteBuffer buffer, int length)
getInputStream(ByteBuffer buffer, int length)
m_63659_(ByteBuffer p_63660_, int p_63661_)
private int
a(int arg0, int arg1)
packSectorOffset(int arg0, int arg1)
method_21872(int arg0, int arg1)
m_owsezyim(int arg0, int arg1)
packSectorData(int offset, int size)
packSectorData(int offset, int size)
m_63642_(int p_63644_, int arg1)
private static int
a(int arg0)
getNumSectors(int arg0)
method_21871(int arg0)
m_hsrwnhct(int arg0)
getSize(int sectorData)
getSize(int sectorData)
m_63640_(int p_63641_)
private static int
b(int arg0)
getSectorNumber(int arg0)
method_21878(int arg0)
m_yzorumxc(int arg0)
getOffset(int sectorData)
getOffset(int sectorData)
m_63671_(int p_63672_)
private static int
c(int arg0)
sizeToSectors(int arg0)
method_21880(int arg0)
m_cdfttreh(int arg0)
getSectorCount(int byteCount)
getSectorCount(int byteCount)
m_63676_(int p_63677_)
public boolean
b(csw arg0)
doesChunkExist(ChunkPos arg0)
method_21879(class_1923 arg0)
m_tavymlvz(C_ynrszrtu arg0)
isChunkValid(ChunkPos pos)
isChunkValid(ChunkPos pos)
m_63673_(C_1560_ arg0)
public DataOutputStream
c(csw arg0)
getChunkDataOutputStream(ChunkPos arg0)
method_21881(class_1923 arg0)
m_dzgvhamh(C_ynrszrtu arg0)
getChunkOutputStream(ChunkPos pos)
getChunkOutputStream(ChunkPos pos)
m_63678_(C_1560_ arg0)
public void
a()
flush()
method_26981()
m_fcsdkuxp()
sync()
sync()
m_63637_()
public void
d(csw arg0)
clear(ChunkPos arg0)
method_31740(class_1923 arg0)
m_xintzxzy(C_ynrszrtu arg0)
delete(ChunkPos pos)
clear(ChunkPos pos)
m_156613_(C_1560_ arg0)
protected synchronized void
a(csw arg0, ByteBuffer arg1)
write(ChunkPos arg0, ByteBuffer arg1)
method_21874(class_1923 arg0, ByteBuffer arg1)
m_obaxgaxq(C_ynrszrtu arg0, ByteBuffer arg1)
writeChunk(ChunkPos pos, ByteBuffer buf)
writeChunk(ChunkPos pos, ByteBuffer buf)
m_63654_(C_1560_ p_63656_, ByteBuffer arg1)
private ByteBuffer
c()
createExternalStub()
method_22406()
m_fnnafhpi()
getHeaderBuf()
createHeaderBuf()
m_63668_()
private RegionFile$CommitOp
a(Path arg0, ByteBuffer arg1)
writeToExternalFile(Path arg0, ByteBuffer arg1)
method_22410(Path arg0, ByteBuffer arg1)
m_bsyvgedc(Path arg0, ByteBuffer arg1)
writeSafely(Path path, ByteBuffer buf)
writeSafely(Path path, ByteBuffer buf)
m_63662_(Path p_63664_, ByteBuffer arg1)
private void
d()
writeHeader()
method_21870()
m_mzwibicr()
writeHeader()
writeHeader()
m_63675_()
private int
g(csw arg0)
getOffset(ChunkPos arg0)
method_12419(class_1923 arg0)
m_abzgfeji(C_ynrszrtu arg0)
getSectorData(ChunkPos pos)
getSectorData(ChunkPos pos)
m_63686_(C_1560_ arg0)
public boolean
e(csw arg0)
hasChunk(ChunkPos arg0)
method_12423(class_1923 arg0)
m_gcsotahz(C_ynrszrtu arg0)
hasChunk(ChunkPos pos)
hasChunk(ChunkPos pos)
m_63682_(C_1560_ arg0)
private static int
h(csw arg0)
getOffsetIndex(ChunkPos arg0)
method_17909(class_1923 arg0)
m_cnrtwxio(C_ynrszrtu arg0)
getIndex(ChunkPos pos)
getIndex(ChunkPos pos)
m_63688_(C_1560_ p_63689_)
public void
close()
close()
close()
private void
e()
padToFullSector()
method_21877()
m_yxcvwlus()
fillLastSector()
fillLastSector()
m_63681_()