net.minecraft.network.packet.s2c.play

public record ChunkSentS2CPacket

implements Packet<ClientPlayPacketListener>

net.minecraft.network.protocol.game.ClientboundChunkBatchFinishedPacket
net.minecraft.class_8738
net.minecraft.network.packet.s2c.play.ChunkSentS2CPacket

Field summary

Modifier and TypeField
private final int
batchSize
comp_1725
batchSize
public static final PacketCodec<PacketByteBuf, ChunkSentS2CPacket>
STREAM_CODEC
field_47908
CODEC

Constructor summary

ModifierConstructor
private (PacketByteBuf buf)
public (int batchSize)

Method summary

Modifier and TypeMethod
private void
write(FriendlyByteBuf output)
method_55863(class_2540 arg0)
write(PacketByteBuf buf)
public PacketType<ChunkSentS2CPacket>
type()
method_65080()
getPacketType()
public void
handle(ClientGamePacketListener listener)
method_53044(class_2602 arg0)
apply(ClientPlayPacketListener arg0)
public int
batchSize()
comp_1725()
batchSize()
public void
handle(PacketListener listener)
method_65081(class_2547 arg0)
apply(PacketListener arg0)