net.minecraft.network.packet.s2c.play

public record TickStepS2CPacket

implements Packet<ClientPlayPacketListener>

net.minecraft.network.protocol.game.ClientboundTickingStepPacket
net.minecraft.class_8914
net.minecraft.network.packet.s2c.play.TickStepS2CPacket

Field summary

Modifier and TypeField
private final int
tickSteps
comp_2016
tickSteps
public static final PacketCodec<PacketByteBuf, TickStepS2CPacket>
STREAM_CODEC
field_48006
CODEC

Constructor summary

ModifierConstructor
private (PacketByteBuf buf)
public (int tickSteps)

Method summary

Modifier and TypeMethod
public static TickStepS2CPacket
from(TickRateManager manager)
method_54666(class_8921 arg0)
create(TickManager tickManager)
private void
write(FriendlyByteBuf output)
method_55951(class_2540 arg0)
write(PacketByteBuf buf)
public PacketType<TickStepS2CPacket>
type()
method_65080()
getPacketType()
public void
handle(ClientGamePacketListener listener)
method_54667(class_2602 arg0)
apply(ClientPlayPacketListener arg0)
public int
tickSteps()
comp_2016()
tickSteps()
public void
handle(PacketListener listener)
method_65081(class_2547 arg0)
apply(PacketListener arg0)