net.minecraft.network.packet.c2s.play

public record AcknowledgeChunksC2SPacket

implements Packet<ServerPlayPacketListener>

net.minecraft.network.protocol.game.ServerboundChunkBatchReceivedPacket
net.minecraft.class_8590
net.minecraft.network.packet.c2s.play.AcknowledgeChunksC2SPacket

Field summary

Modifier and TypeField
private final float
desiredChunksPerTick
comp_1730
desiredChunksPerTick
public static final PacketCodec<PacketByteBuf, AcknowledgeChunksC2SPacket>
STREAM_CODEC
field_48183
CODEC

Constructor summary

ModifierConstructor
private (PacketByteBuf buf)
public (float desiredChunksPerTick)

Method summary

Modifier and TypeMethod
private void
write(FriendlyByteBuf output)
method_55967(class_2540 arg0)
write(PacketByteBuf buf)
public PacketType<AcknowledgeChunksC2SPacket>
type()
method_65080()
getPacketType()
public void
handle(ServerGamePacketListener listener)
method_52281(class_2792 arg0)
apply(ServerPlayPacketListener arg0)
public float
desiredChunksPerTick()
comp_1730()
desiredChunksPerTick()
public void
handle(PacketListener listener)
method_65081(class_2547 arg0)
apply(PacketListener arg0)