net.minecraft.network.packet.s2c.play

public class WorldChunkS2CPacket

implements Packet<ClientPlayPacketHandler>

gw
net.minecraft.unmapped.C_62858513
net.minecraft.network.packet.s2c.play.WorldChunkS2CPacket

Field summary

Modifier and TypeField
private int
a
f_90510227
chunkX
private int
b
f_85988948
chunkZ
private int
c
f_18169712
sections
private byte[]
d
f_71741862
data
private List<NbtCompound>
e
f_03092742
blockEntities
private boolean
f
f_32147480
full

Constructor summary

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

Method summary

Modifier and TypeMethod
public void
a(et arg0)
m_13296744(C_04635774 arg0)
read(PacketByteBuf arg0)
public void
b(et arg0)
m_17566769(C_04635774 arg0)
write(PacketByteBuf arg0)
public void
a(fp arg0)
m_89460761(C_23730550 arg0)
handle(ClientPlayPacketHandler handler)
private io.netty.buffer.ByteBuf
g()
m_06776919()
getWriteBuffer()
public int
a(et arg0, auo arg1, boolean arg2, int arg3)
m_33011690(C_04635774 arg0, C_14917579 arg1, boolean arg2, int arg3)
writeChunkData(PacketByteBuf buffer, WorldChunk chunk, boolean light, int sections)
protected int
a(auo arg0, boolean arg1, int arg2)
m_78272383(C_14917579 arg0, boolean arg1, int arg2)
findBufferSize(WorldChunk chunk, boolean light, int sections)
public boolean
e()
m_66605964()
isFull()
public PacketByteBuf
a()
m_24958206()
getReadBuffer()
public int
b()
m_57439980()
getChunkX()
public int
c()
m_99922600()
getChunkZ()
public int
d()
m_60153920()
getSections()
public List<NbtCompound>
f()
m_29886401()
getBlockEntities()