20class InventorySlotPacket :
public ::Packet {
24 ::ll::TypedStorage<1, 1, ::ContainerID> mInventoryId;
25 ::ll::TypedStorage<4, 12, ::FullContainerName> mFullContainerName;
26 ::ll::TypedStorage<8, 96, ::NetworkItemStackDescriptor> mStorageItem;
27 ::ll::TypedStorage<4, 4, uint> mSlot;
28 ::ll::TypedStorage<8, 96, ::NetworkItemStackDescriptor> mItem;
33 InventorySlotPacket();
38 virtual ::MinecraftPacketIds getId()
const ;
40 virtual ::std::string getName()
const ;
46 virtual ~InventorySlotPacket() ;
52 MCAPI InventorySlotPacket(::ContainerID
id, uint slot,
::ItemStack const& item);
58 MCAPI
void* $ctor(::ContainerID
id, uint slot,
::ItemStack const& item);
70 MCFOLD ::MinecraftPacketIds $getId()
const;
72 MCAPI ::std::string $getName()
const;