Interface ChunkReader
- All Known Implementing Classes:
ChunkReader_v1_16
,ChunkReader_v1_18
,ChunkReader_v1_7
,ChunkReader_v1_8
,ChunkReader_v1_9
public interface ChunkReader
-
Method Summary
Modifier and TypeMethodDescriptiondefault BaseChunk[]
read
(DimensionType dimensionType, BitSet chunkMask, BitSet secondaryChunkMask, boolean fullChunk, boolean hasBlockLight, boolean hasSkyLight, int chunkSize, byte[] data, NetStreamInput dataIn) Deprecated.default BaseChunk[]
read
(DimensionType dimensionType, BitSet chunkMask, BitSet secondaryChunkMask, boolean fullChunk, boolean hasBlockLight, boolean hasSkyLight, int chunkSize, int arrayLength, PacketWrapper<?> wrapper) default BaseChunk[]
read
(Dimension dimension, BitSet chunkMask, BitSet secondaryChunkMask, boolean fullChunk, boolean hasBlockLight, boolean hasSkyLight, int chunkSize, byte[] data, NetStreamInput dataIn) Deprecated.
-
Method Details
-
read
@Deprecated default BaseChunk[] read(Dimension dimension, BitSet chunkMask, BitSet secondaryChunkMask, boolean fullChunk, boolean hasBlockLight, boolean hasSkyLight, int chunkSize, byte[] data, NetStreamInput dataIn) Deprecated. -
read
@Deprecated default BaseChunk[] read(DimensionType dimensionType, BitSet chunkMask, BitSet secondaryChunkMask, boolean fullChunk, boolean hasBlockLight, boolean hasSkyLight, int chunkSize, byte[] data, NetStreamInput dataIn) Deprecated. -
read
default BaseChunk[] read(DimensionType dimensionType, BitSet chunkMask, BitSet secondaryChunkMask, boolean fullChunk, boolean hasBlockLight, boolean hasSkyLight, int chunkSize, int arrayLength, PacketWrapper<?> wrapper)
-