net.minecraft.network.packet.s2c.play

public class WorldChunkS2CPacket

implements Packet<ClientPlayPacketHandler>

gt
net.minecraft.class_2020
net.minecraft.network.packet.s2c.play.WorldChunkS2CPacket
net.minecraft.network.play.server.SPacketChunkData

Field summary

Modifier and TypeField
private int
a
field_8633
chunkX
chunkX
private int
b
field_8634
chunkZ
chunkZ
private int
c
field_13771
sections
availableSections
private byte[]
d
field_13772
data
buffer
private List<NbtCompound>
e
field_13773
blockEntities
tileEntityTags
private boolean
f
field_8639
full
loadChunk

Constructor summary

ModifierConstructor
public ()
public (WorldChunk chunk, int sections)

Method summary

Modifier and TypeMethod
public void
a(eq arg0)
method_7535(class_1967 arg0)
read(PacketByteBuf arg0)
readPacketData(PacketBuffer arg0)
public void
b(eq arg0)
method_7539(class_1967 arg0)
write(PacketByteBuf arg0)
writePacketData(PacketBuffer arg0)
public void
a(fm arg0)
method_7755(class_1993 arg0)
handle(ClientPlayPacketHandler handler)
processPacket(INetHandlerPlayClient handler)
private io.netty.buffer.ByteBuf
g()
method_12659()
getWriteBuffer()
getWriteBuffer()
public int
a(eq arg0, asv arg1, boolean arg2, int arg3)
method_12657(class_1967 arg0, class_1196 arg1, boolean arg2, int arg3)
writeChunkData(PacketByteBuf buffer, WorldChunk chunk, boolean light, int sections)
extractChunkData(PacketBuffer arg0, Chunk arg1, boolean arg2, int arg3)
protected int
a(asv arg0, boolean arg1, int arg2)
method_12656(class_1196 arg0, boolean arg1, int arg2)
findBufferSize(WorldChunk chunk, boolean light, int sections)
calculateChunkSize(Chunk chunkIn, boolean arg1, int arg2)
public boolean
e()
method_7762()
isFull()
doChunkLoad()
public PacketByteBuf
a()
method_12655()
getReadBuffer()
getReadBuffer()
public int
b()
method_7758()
getChunkX()
getChunkX()
public int
c()
method_7759()
getChunkZ()
getChunkZ()
public int
d()
method_7760()
getSections()
getExtractedSize()
public List<NbtCompound>
f()
method_12658()
getBlockEntities()
getTileEntityTags()