public class ClientSteerVehiclePacket extends MinecraftPacket
| Constructor and Description |
|---|
ClientSteerVehiclePacket(float sideways,
float forward,
boolean jump,
boolean dismount) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getDismounting() |
float |
getForward() |
boolean |
getJumping() |
float |
getSideways() |
void |
read(com.github.steveice10.packetlib.io.NetInput in) |
void |
write(com.github.steveice10.packetlib.io.NetOutput out) |
isPriority, toStringpublic ClientSteerVehiclePacket(float sideways,
float forward,
boolean jump,
boolean dismount)
public float getSideways()
public float getForward()
public boolean getJumping()
public boolean getDismounting()
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.