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