public class ServerEntityStatusPacket extends MinecraftPacket
| Constructor and Description |
|---|
ServerEntityStatusPacket(int entityId,
EntityStatus status) |
| Modifier and Type | Method and Description |
|---|---|
int |
getEntityId() |
EntityStatus |
getStatus() |
void |
read(com.github.steveice10.packetlib.io.NetInput in) |
void |
write(com.github.steveice10.packetlib.io.NetOutput out) |
isPriority, toStringpublic ServerEntityStatusPacket(int entityId,
EntityStatus status)
public int getEntityId()
public EntityStatus getStatus()
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.