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;
35 virtual ::MinecraftPacketIds getId()
const ;
38 virtual ::std::string getName()
const ;
55 ::std::vector<::ItemStack>
const& items,
64 MCAPI static ::InventoryContentPacket fromPlayerInventoryId(::ContainerID
id,
::Player& player);
72 ::std::vector<::ItemStack>
const& items,
87 MCAPI ::MinecraftPacketIds $getId()
const;
89 MCAPI ::std::string $getName()
const;
99 MCAPI
static void** $vftable();
Definition InventoryContentPacket.h:21