| Constructor and Description |
|---|
C10PacketCreativeInventoryAction() |
C10PacketCreativeInventoryAction(int p_i45263_1_,
ItemStack p_i45263_2_) |
| Modifier and Type | Method and Description |
|---|---|
int |
getSlotId() |
ItemStack |
getStack() |
void |
handle(INetHandlerPlayServer handler) |
void |
processPacket(INetHandler handler) |
void |
readPacketData(PacketBuffer buf) |
void |
writePacketData(PacketBuffer buf) |
public C10PacketCreativeInventoryAction()
public C10PacketCreativeInventoryAction(int p_i45263_1_,
ItemStack p_i45263_2_)
public void handle(INetHandlerPlayServer handler)
public void readPacketData(PacketBuffer buf) throws java.io.IOException
readPacketData in interface Packetjava.io.IOExceptionpublic void writePacketData(PacketBuffer buf) throws java.io.IOException
writePacketData in interface Packetjava.io.IOExceptionpublic int getSlotId()
public ItemStack getStack()
public void processPacket(INetHandler handler)
processPacket in interface Packet