public class ClientVehicleMovePacket extends MinecraftPacket
| Constructor and Description |
|---|
ClientVehicleMovePacket(double x,
double y,
double z,
float yaw,
float pitch) |
| Modifier and Type | Method and Description |
|---|---|
float |
getPitch() |
double |
getX() |
double |
getY() |
float |
getYaw() |
double |
getZ() |
void |
read(com.github.steveice10.packetlib.io.NetInput in) |
void |
write(com.github.steveice10.packetlib.io.NetOutput out) |
isPriority, toStringpublic ClientVehicleMovePacket(double x,
double y,
double z,
float yaw,
float pitch)
public double getX()
public double getY()
public double getZ()
public float getYaw()
public float getPitch()
public void read(com.github.steveice10.packetlib.io.NetInput in)
throws IOException
IOExceptionpublic void write(com.github.steveice10.packetlib.io.NetOutput out)
throws IOException
IOExceptionCopyright © 2020. All rights reserved.