net.minecraft.network.protocol.game

public class ServerboundMoveVehiclePacket

implements Packet<ServerGamePacketListener>

aim
net.minecraft.network.protocol.game.ServerboundMoveVehiclePacket
net.minecraft.class_2833
net.minecraft.network.packet.c2s.play.VehicleMoveC2SPacket
net.minecraft.network.protocol.game.PacketPlayInVehicleMove

Field summary

Modifier and TypeField
public static final StreamCodec<FriendlyByteBuf, ServerboundMoveVehiclePacket>
a
STREAM_CODEC
field_48202
CODEC
private final double
b
x
field_12899
x
private final double
c
y
field_12897
y
private final double
d
z
field_12895
z
private final float
e
yRot
field_12898
yaw
private final float
f
xRot
field_12896
pitch

Constructor summary

ModifierConstructor
public (Entity entity)
private (FriendlyByteBuf buf)

Method summary

Modifier and TypeMethod
private void
a(ws arg0)
write(FriendlyByteBuf arg0)
method_55983(class_2540 arg0)
write(PacketByteBuf buf)
public PacketType<ServerboundMoveVehiclePacket>
a()
type()
method_55846()
getPacketId()
public void
a(ahm arg0)
handle(ServerGamePacketListener arg0)
method_12278(class_2792 arg0)
apply(ServerPlayPacketListener arg0)
public double
b()
getX()
method_12279()
getX()
public double
e()
getY()
method_12280()
getY()
public double
f()
getZ()
method_12276()
getZ()
public float
g()
getYRot()
method_12281()
getYaw()
public float
h()
getXRot()
method_12277()
getPitch()