public class SWindowItemsPacket extends java.lang.Object implements IPacket<IClientPlayNetHandler>
Modifier and Type | Field and Description |
---|---|
private java.util.List<ItemStack> |
itemStacks |
private int |
windowId |
Constructor and Description |
---|
SWindowItemsPacket() |
SWindowItemsPacket(int p_i47317_1_,
NonNullList<ItemStack> p_i47317_2_) |
Modifier and Type | Method and Description |
---|---|
java.util.List<ItemStack> |
getItemStacks() |
int |
getWindowId() |
void |
processPacket(IClientPlayNetHandler handler) |
void |
readPacketData(PacketBuffer buf) |
void |
writePacketData(PacketBuffer buf) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
shouldSkipErrors
private int windowId
private java.util.List<ItemStack> itemStacks
public SWindowItemsPacket()
public SWindowItemsPacket(int p_i47317_1_, NonNullList<ItemStack> p_i47317_2_)
public void readPacketData(PacketBuffer buf) throws java.io.IOException
readPacketData
in interface IPacket<IClientPlayNetHandler>
java.io.IOException
public void writePacketData(PacketBuffer buf) throws java.io.IOException
writePacketData
in interface IPacket<IClientPlayNetHandler>
java.io.IOException
public void processPacket(IClientPlayNetHandler handler)
processPacket
in interface IPacket<IClientPlayNetHandler>
public int getWindowId()
public java.util.List<ItemStack> getItemStacks()