20 ::ll::TypedStorage<8, 16, ::std::weak_ptr<::ContainerModel>> mEquipContainerModel;
28 virtual void setSlot(
int slot,
::ItemStack const& item,
bool fromNetwork) ;
30 virtual ::ItemStack
const& getSlot(
int slot)
const ;
32 virtual ::std::vector<::ItemStack> getItemCopies()
const ;
34 virtual ::ContainerScreenContext _postInit() ;
42 MCFOLD ::Actor* getEntity()
const;
48 MCAPI
void $setSlot(
int slot,
::ItemStack const& item,
bool fromNetwork);
50 MCAPI ::ItemStack
const& $getSlot(
int slot)
const;
52 MCAPI ::std::vector<::ItemStack> $getItemCopies()
const;
54 MCAPI ::ContainerScreenContext $_postInit();
Definition ContainerScreenContext.h:17