public class ClientSteerBoatPacket extends MinecraftPacket
| Constructor and Description |
|---|
ClientSteerBoatPacket(boolean rightPaddleTurning,
boolean leftPaddleTurning) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isLeftPaddleTurning() |
boolean |
isRightPaddleTurning() |
void |
read(com.github.steveice10.packetlib.io.NetInput in) |
void |
write(com.github.steveice10.packetlib.io.NetOutput out) |
isPriority, toStringpublic ClientSteerBoatPacket(boolean rightPaddleTurning,
boolean leftPaddleTurning)
public boolean isRightPaddleTurning()
public boolean isLeftPaddleTurning()
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.