net.minecraft.network.packet.s2c.play

public record DebugSampleS2CPacket

implements Packet<ClientPlayPacketListener>

net.minecraft.network.protocol.game.ClientboundDebugSamplePacket
net.minecraft.class_9178
net.minecraft.network.packet.s2c.play.DebugSampleS2CPacket

Field summary

Modifier and TypeField
private final long[]
sample
comp_2268
sample
private final DebugSampleType
debugSampleType
comp_2269
debugSampleType
public static final PacketCodec<PacketByteBuf, DebugSampleS2CPacket>
STREAM_CODEC
field_48780
CODEC

Constructor summary

ModifierConstructor
private (PacketByteBuf buf)
public (long[] sample, DebugSampleType debugSampleType)

Method summary

Modifier and TypeMethod
private void
write(FriendlyByteBuf output)
method_56611(class_2540 arg0)
write(PacketByteBuf buf)
public PacketType<DebugSampleS2CPacket>
type()
method_65080()
getPacketType()
public void
handle(ClientGamePacketListener listener)
method_56610(class_2602 arg0)
apply(ClientPlayPacketListener arg0)
public long[]
sample()
comp_2268()
sample()
public DebugSampleType
debugSampleType()
comp_2269()
debugSampleType()
public void
handle(PacketListener listener)
method_65081(class_2547 arg0)
apply(PacketListener arg0)