net.minecraft.network.protocol.game

public class ClientboundLevelChunkPacket

implements Packet<ClientGamePacketListener>

nf
net.minecraft.network.protocol.game.ClientboundLevelChunkPacket
net.minecraft.class_2672
net.minecraft.network.packet.s2c.play.ChunkDataS2CPacket
net.minecraft.network.play.server.SChunkDataPacket
net.minecraft.server.v1_15_R1.PacketPlayOutMapChunk

Field summary

Modifier and TypeField
private int
a
x
field_12236
chunkX
field_149284_a
private int
b
z
field_12235
chunkZ
field_149282_b
private int
c
availableSections
field_12234
verticalStripBitmask
field_186948_c
private CompoundTag
d
heightmaps
field_16416
heightmaps
field_218711_d
private ChunkBiomeContainer
e
biomes
field_20664
biomeArray
field_229738_e_
private byte[]
f
buffer
field_12237
data
field_186949_d
private List<CompoundTag>
g
blockEntitiesTags
field_12238
blockEntities
field_189557_e
private boolean
h
fullChunk
field_12233
isFullChunk
field_149279_g

Constructor summary

ModifierConstructor
public ()
public (LevelChunk chunk, int includedSectionsMask)

Method summary

Modifier and TypeMethod
public void
a(kv arg0)
read(FriendlyByteBuf arg0)
method_11053(class_2540 arg0)
read(PacketByteBuf arg0)
func_148837_a(PacketBuffer arg0)
public void
b(kv arg0)
write(FriendlyByteBuf arg0)
method_11052(class_2540 arg0)
write(PacketByteBuf arg0)
func_148840_b(PacketBuffer arg0)
public void
a(lw arg0)
handle(ClientGamePacketListener arg0)
method_11528(class_2602 arg0)
apply(ClientPlayPacketListener arg0)
func_148833_a(IClientPlayNetHandler arg0)
private io.netty.buffer.ByteBuf
j()
getWriteBuffer()
method_11527()
getWriteBuffer()
func_186945_f()
public int
a(kv arg0, cal arg1, int arg2)
extractChunkData(FriendlyByteBuf arg0, LevelChunk arg1, int arg2)
method_11529(class_2540 arg0, class_2818 arg1, int arg2)
writeData(PacketByteBuf arg0, WorldChunk chunk, int includedSectionsMask)
func_218708_a(PacketBuffer arg0, Chunk arg1, int arg2)
protected int
a(cal arg0, int arg1)
calculateChunkSize(LevelChunk arg0, int arg1)
method_11522(class_2818 arg0, int arg1)
getDataSize(WorldChunk chunk, int includedSectionsMark)
func_218709_a(Chunk arg0, int arg1)
public boolean
f()
isFullChunk()
method_11530()
isFullChunk()
func_149274_i()
public FriendlyByteBuf
b()
getReadBuffer()
method_11521()
getReadBuffer()
func_186946_a()
public int
c()
getX()
method_11523()
getX()
func_149273_e()
public int
d()
getZ()
method_11524()
getZ()
func_149271_f()
public int
e()
getAvailableSections()
method_11526()
getVerticalStripBitmask()
func_149276_g()
public CompoundTag
g()
getHeightmaps()
method_16123()
getHeightmaps()
func_218710_g()
public List<CompoundTag>
h()
getBlockEntitiesTags()
method_11525()
getBlockEntityTagList()
func_189554_f()
public ChunkBiomeContainer
i()
getBiomes()
method_22422()
getBiomeArray()
func_229739_i_()