public class ClientPlayerMovementPacket extends MinecraftPacket
| Constructor and Description |
|---|
ClientPlayerMovementPacket(boolean onGround) |
| Modifier and Type | Method and Description |
|---|---|
double |
getPitch() |
double |
getX() |
double |
getY() |
double |
getYaw() |
double |
getZ() |
boolean |
isOnGround() |
void |
read(com.github.steveice10.packetlib.io.NetInput in) |
void |
write(com.github.steveice10.packetlib.io.NetOutput out) |
isPriority, toStringpublic double getX()
public double getY()
public double getZ()
public double getYaw()
public double getPitch()
public boolean isOnGround()
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.