20 ::ll::TypedStorage<8, 16, ::std::weak_ptr<::ContainerModel>> mEquipContainerModel;
30 virtual void setSlot(
int slot,
::ItemStack const& item,
bool fromNetwork) ;
33 virtual ::ItemStack
const& getSlot(
int slot)
const ;
36 virtual ::std::vector<::ItemStack> getItemCopies()
const ;
39 virtual ::ContainerScreenContext _postInit() ;
47 MCFOLD ::Actor* getEntity()
const;
53 MCAPI
void $setSlot(
int slot,
::ItemStack const& item,
bool fromNetwork);
55 MCAPI ::ItemStack
const& $getSlot(
int slot)
const;
57 MCAPI ::std::vector<::ItemStack> $getItemCopies()
const;
59 MCAPI ::ContainerScreenContext $_postInit();
65 MCAPI
static void** $vftable();
Definition ContainerScreenContext.h:17