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