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