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