net.minecraft.network.packet.c2s.play

public record PlayerInputC2SPacket

implements Packet<ServerPlayPacketListener>

net.minecraft.network.protocol.game.ServerboundPlayerInputPacket
net.minecraft.class_2851
net.minecraft.network.packet.c2s.play.PlayerInputC2SPacket

Field summary

Modifier and TypeField
private final PlayerInput
input
comp_3139
input
public static final PacketCodec<PacketByteBuf, PlayerInputC2SPacket>
STREAM_CODEC
field_48209
CODEC

Constructor summary

ModifierConstructor
public (PlayerInput input)

Method summary

Modifier and TypeMethod
public PacketType<PlayerInputC2SPacket>
type()
method_65080()
getPacketType()
public void
handle(ServerGamePacketListener listener)
method_12369(class_2792 arg0)
apply(ServerPlayPacketListener arg0)
public PlayerInput
input()
comp_3139()
input()
public void
handle(PacketListener listener)
method_65081(class_2547 arg0)
apply(PacketListener arg0)