public class CCreativeInventoryActionPacket extends java.lang.Object implements IPacket<IServerPlayNetHandler>
Modifier and Type | Field and Description |
---|---|
private int |
slotId |
private ItemStack |
stack |
Constructor and Description |
---|
CCreativeInventoryActionPacket() |
CCreativeInventoryActionPacket(int slotIdIn,
ItemStack stackIn) |
Modifier and Type | Method and Description |
---|---|
int |
getSlotId() |
ItemStack |
getStack() |
void |
processPacket(IServerPlayNetHandler handler) |
void |
readPacketData(PacketBuffer buf) |
void |
writePacketData(PacketBuffer buf) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
shouldSkipErrors
private int slotId
private ItemStack stack
public CCreativeInventoryActionPacket()
public CCreativeInventoryActionPacket(int slotIdIn, ItemStack stackIn)
public void processPacket(IServerPlayNetHandler handler)
processPacket
in interface IPacket<IServerPlayNetHandler>
public void readPacketData(PacketBuffer buf) throws java.io.IOException
readPacketData
in interface IPacket<IServerPlayNetHandler>
java.io.IOException
public void writePacketData(PacketBuffer buf) throws java.io.IOException
writePacketData
in interface IPacket<IServerPlayNetHandler>
java.io.IOException
public int getSlotId()
public ItemStack getStack()