Class ChunkDataMessage

java.lang.Object
net.glowstone.net.message.play.game.ChunkLightDataMessage
net.glowstone.net.message.play.game.ChunkDataMessage
All Implemented Interfaces:
com.flowpowered.network.Message

public final class ChunkDataMessage extends ChunkLightDataMessage
  • Constructor Details

    • ChunkDataMessage

      public ChunkDataMessage(int x, int z, CompoundTag heightmap, io.netty.buffer.ByteBuf data, Collection<CompoundTag> blockEntities, boolean trustEdges, BitSet skyLightMask, BitSet blockLightMask, BitSet emptySkyLightMask, BitSet emptyBlockLightMask, List<byte[]> skyLight, List<byte[]> blockLight)
  • Method Details

    • getHeightmap

      public CompoundTag getHeightmap()
    • getData

      public io.netty.buffer.ByteBuf getData()
    • getBlockEntities

      public Collection<CompoundTag> getBlockEntities()