public class ServerEntityMetadataPacket extends MinecraftPacket
| Constructor and Description |
|---|
ServerEntityMetadataPacket(int entityId,
EntityMetadata[] metadata) |
| Modifier and Type | Method and Description |
|---|---|
int |
getEntityId() |
EntityMetadata[] |
getMetadata() |
void |
read(com.github.steveice10.packetlib.io.NetInput in) |
void |
write(com.github.steveice10.packetlib.io.NetOutput out) |
isPriority, toStringpublic ServerEntityMetadataPacket(int entityId,
EntityMetadata[] metadata)
public int getEntityId()
public EntityMetadata[] getMetadata()
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.