public class ClientPlayerStatePacket extends MinecraftPacket
| Constructor and Description |
|---|
ClientPlayerStatePacket(int entityId,
PlayerState state) |
ClientPlayerStatePacket(int entityId,
PlayerState state,
int jumpBoost) |
| Modifier and Type | Method and Description |
|---|---|
int |
getEntityId() |
int |
getJumpBoost() |
PlayerState |
getState() |
void |
read(com.github.steveice10.packetlib.io.NetInput in) |
void |
write(com.github.steveice10.packetlib.io.NetOutput out) |
isPriority, toStringpublic ClientPlayerStatePacket(int entityId,
PlayerState state)
public ClientPlayerStatePacket(int entityId,
PlayerState state,
int jumpBoost)
public int getEntityId()
public PlayerState getState()
public int getJumpBoost()
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.