net.minecraft.network.protocol.game

public class ClientboundLevelChunkPacket

implements Packet<ClientGamePacketListener>

qw
net.minecraft.network.protocol.game.ClientboundLevelChunkPacket
net.minecraft.class_2672
net.minecraft.network.packet.s2c.play.ChunkDataS2CPacket
net.minecraft.src.C_5070_
net.minecraft.network.protocol.game.PacketPlayOutMapChunk

Field summary

Modifier and TypeField
public static final int
a
TWO_MEGABYTES
field_33333
MAX_DATA_LENGTH
f_178896_
private final int
b
x
field_12236
chunkX
f_132222_
private final int
c
z
field_12235
chunkZ
f_132223_
private final BitSet
d
availableSections
field_12234
verticalStripBitmask
f_132224_
private final CompoundTag
e
heightmaps
field_16416
heightmaps
f_132225_
private final int[]
f
biomes
field_20664
biomeArray
f_132226_
private final byte[]
g
buffer
field_12237
data
f_132227_
private final List<CompoundTag>
h
blockEntitiesTags
field_12238
blockEntities
f_132228_

Constructor summary

ModifierConstructor
public (LevelChunk chunk)
public (FriendlyByteBuf buf)

Method summary

Modifier and TypeMethod
public void
a(og arg0)
write(FriendlyByteBuf arg0)
method_11052(class_2540 arg0)
write(PacketByteBuf arg0)
m_5779_(C_4983_ arg0)
public void
a(pn arg0)
handle(ClientGamePacketListener arg0)
method_11528(class_2602 arg0)
apply(ClientPlayPacketListener arg0)
m_5797_(C_5031_ arg0)
public FriendlyByteBuf
b()
getReadBuffer()
method_11521()
getReadBuffer()
m_132247_()
private io.netty.buffer.ByteBuf
i()
getWriteBuffer()
method_11527()
getWriteBuffer()
m_132257_()
public BitSet
a(og arg0, cmw arg1)
extractChunkData(FriendlyByteBuf arg0, LevelChunk arg1)
method_11529(class_2540 arg0, class_2818 arg1)
writeData(PacketByteBuf buf, WorldChunk chunk)
m_178903_(C_4983_ p_178905_, C_2137_ arg1)
protected int
a(cmw arg0)
calculateChunkSize(LevelChunk arg0)
method_11522(class_2818 arg0)
getDataSize(WorldChunk chunk)
m_178901_(C_2137_ arg0)
public int
c()
getX()
method_11523()
getX()
m_132250_()
public int
d()
getZ()
method_11524()
getZ()
m_132251_()
public BitSet
e()
getAvailableSections()
method_11526()
getVerticalStripBitmask()
m_178906_()
public CompoundTag
f()
getHeightmaps()
method_16123()
getHeightmaps()
m_132254_()
public List<CompoundTag>
g()
getBlockEntitiesTags()
method_11525()
getBlockEntityTagList()
m_132255_()
public int[]
h()
getBiomes()
method_22422()
getBiomeArray()
m_132256_()