Class ChunkReader_v1_8
java.lang.Object
com.github.retrooper.packetevents.protocol.world.chunk.reader.impl.ChunkReader_v1_8
- All Implemented Interfaces:
ChunkReader
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic NetworkChunkData
chunksToData
(Chunk_v1_8[] chunks, byte[] biomes) read
(DimensionType dimensionType, BitSet set, BitSet sevenExtendedMask, boolean fullChunk, boolean hasSkyLight, boolean checkForSky, int chunkSize, byte[] data, NetStreamInput dataIn) 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
-
Constructor Details
-
ChunkReader_v1_8
public ChunkReader_v1_8()
-
-
Method Details
-
read
public BaseChunk[] read(DimensionType dimensionType, BitSet set, BitSet sevenExtendedMask, boolean fullChunk, boolean hasSkyLight, boolean checkForSky, int chunkSize, byte[] data, NetStreamInput dataIn) - Specified by:
read
in interfaceChunkReader
-
chunksToData
-