Class SWindowItemsPacket
- java.lang.Object
-
- net.minecraft.network.play.server.SWindowItemsPacket
-
- All Implemented Interfaces:
IPacket<IClientPlayNetHandler>
public class SWindowItemsPacket extends java.lang.Object implements IPacket<IClientPlayNetHandler>
-
-
Field Summary
Fields Modifier and Type Field Description private intcontainerIdprivate java.util.List<ItemStack>items
-
Constructor Summary
Constructors Constructor Description SWindowItemsPacket()SWindowItemsPacket(int p_i47317_1_, NonNullList<ItemStack> p_i47317_2_)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetContainerId()java.util.List<ItemStack>getItems()voidhandle(IClientPlayNetHandler p_148833_1_)voidread(PacketBuffer p_148837_1_)voidwrite(PacketBuffer p_148840_1_)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.minecraft.network.IPacket
isSkippable
-
-
-
-
Field Detail
-
containerId
private int containerId
-
items
private java.util.List<ItemStack> items
-
-
Constructor Detail
-
SWindowItemsPacket
public SWindowItemsPacket()
-
SWindowItemsPacket
public SWindowItemsPacket(int p_i47317_1_, NonNullList<ItemStack> p_i47317_2_)
-
-
Method Detail
-
read
public void read(PacketBuffer p_148837_1_) throws java.io.IOException
- Specified by:
readin interfaceIPacket<IClientPlayNetHandler>- Throws:
java.io.IOException
-
write
public void write(PacketBuffer p_148840_1_) throws java.io.IOException
- Specified by:
writein interfaceIPacket<IClientPlayNetHandler>- Throws:
java.io.IOException
-
handle
public void handle(IClientPlayNetHandler p_148833_1_)
- Specified by:
handlein interfaceIPacket<IClientPlayNetHandler>
-
getContainerId
public int getContainerId()
-
getItems
public java.util.List<ItemStack> getItems()
-
-