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