net.minecraft.network.protocol.game

public record ClientboundMoveVehiclePacket

implements Packet<ClientGamePacketListener>

aef
net.minecraft.network.protocol.game.ClientboundMoveVehiclePacket
net.minecraft.class_2692

Field summary

Modifier and TypeField
private final Vec3
b
position
comp_3347
private final float
c
yRot
comp_3348
private final float
d
xRot
comp_3349
public static final StreamCodec<FriendlyByteBuf, ClientboundMoveVehiclePacket>
a
STREAM_CODEC
field_47943

Constructor summary

ModifierConstructor
public (Vec3 arg0, float arg1, float arg2)

Method summary

Modifier and TypeMethod
public static ClientboundMoveVehiclePacket
a(bxs arg0)
fromEntity(Entity arg0)
method_65305(class_1297 arg0)
public PacketType<ClientboundMoveVehiclePacket>
a()
type()
method_65080()
public void
a(acj arg0)
handle(ClientGamePacketListener arg0)
method_11672(class_2602 arg0)
public Vec3
b()
position()
comp_3347()
public float
e()
yRot()
comp_3348()
public float
f()
xRot()
comp_3349()