Class ChunkReader_v1_18
java.lang.Object
com.github.retrooper.packetevents.protocol.world.chunk.reader.impl.ChunkReader_v1_18
- All Implemented Interfaces:
ChunkReader
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic int
getMojangZeroByteSuffixLength
(BaseChunk[] chunks) read
(DimensionType dimensionType, BitSet chunkMask, BitSet secondaryChunkMask, boolean fullChunk, boolean hasBlockLight, boolean hasSkyLight, int chunkSize, int arrayLength, PacketWrapper<?> wrapper) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.github.retrooper.packetevents.protocol.world.chunk.reader.ChunkReader
read, read
-
Constructor Details
-
ChunkReader_v1_18
public ChunkReader_v1_18()
-
-
Method Details
-
getMojangZeroByteSuffixLength
-
read
public BaseChunk[] read(DimensionType dimensionType, BitSet chunkMask, BitSet secondaryChunkMask, boolean fullChunk, boolean hasBlockLight, boolean hasSkyLight, int chunkSize, int arrayLength, PacketWrapper<?> wrapper) - Specified by:
read
in interfaceChunkReader
-