21class InventoryContentPacket :
public ::Packet {
25 ::ll::TypedStorage<1, 1, ::ContainerID> mInventoryId;
26 ::ll::TypedStorage<4, 12, ::FullContainerName> mFullContainerName;
27 ::ll::TypedStorage<8, 96, ::NetworkItemStackDescriptor> mStorageItem;
28 ::ll::TypedStorage<8, 24, ::std::vector<::NetworkItemStackDescriptor>> mSlots;
33 InventoryContentPacket();
38 virtual ::MinecraftPacketIds getId()
const ;
40 virtual ::std::string getName()
const ;
46 virtual ~InventoryContentPacket() ;
52 MCAPI InventoryContentPacket(
54 ::std::vector<::ItemStack>
const& items,
63 MCAPI static ::InventoryContentPacket fromPlayerInventoryId(::ContainerID
id,
::Player& player);
71 ::std::vector<::ItemStack>
const& items,
86 MCAPI ::MinecraftPacketIds $getId()
const;
88 MCAPI ::std::string $getName()
const;
static MCAPI void ** $vftable()