public class CPickItemPacket extends java.lang.Object implements IPacket<IServerPlayNetHandler>
| Constructor and Description |
|---|
CPickItemPacket() |
CPickItemPacket(int pickIndexIn) |
| Modifier and Type | Method and Description |
|---|---|
int |
getPickIndex() |
void |
processPacket(IServerPlayNetHandler handler) |
void |
readPacketData(PacketBuffer buf) |
void |
writePacketData(PacketBuffer buf) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitshouldSkipErrorspublic CPickItemPacket()
public CPickItemPacket(int pickIndexIn)
public void readPacketData(PacketBuffer buf) throws java.io.IOException
readPacketData in interface IPacket<IServerPlayNetHandler>java.io.IOExceptionpublic void writePacketData(PacketBuffer buf) throws java.io.IOException
writePacketData in interface IPacket<IServerPlayNetHandler>java.io.IOExceptionpublic void processPacket(IServerPlayNetHandler handler)
processPacket in interface IPacket<IServerPlayNetHandler>public int getPickIndex()