public class SPacketMoveVehicle extends java.lang.Object implements Packet<INetHandlerPlayClient>
Modifier and Type | Field and Description |
---|---|
private float |
pitch |
private double |
x |
private double |
y |
private float |
yaw |
private double |
z |
Constructor and Description |
---|
SPacketMoveVehicle() |
SPacketMoveVehicle(Entity entityIn) |
Modifier and Type | Method and Description |
---|---|
float |
getPitch() |
double |
getX() |
double |
getY() |
float |
getYaw() |
double |
getZ() |
void |
processPacket(INetHandlerPlayClient handler) |
void |
readPacketData(PacketBuffer buf) |
void |
writePacketData(PacketBuffer buf) |
private double x
private double y
private double z
private float yaw
private float pitch
public SPacketMoveVehicle()
public SPacketMoveVehicle(Entity entityIn)
public void readPacketData(PacketBuffer buf) throws java.io.IOException
readPacketData
in interface Packet<INetHandlerPlayClient>
java.io.IOException
public void writePacketData(PacketBuffer buf) throws java.io.IOException
writePacketData
in interface Packet<INetHandlerPlayClient>
java.io.IOException
public void processPacket(INetHandlerPlayClient handler)
processPacket
in interface Packet<INetHandlerPlayClient>
public double getX()
public double getY()
public double getZ()
public float getYaw()
public float getPitch()