19 ::ll::TypedStorage<4, 4, int> mCurrentIndex;
29 virtual ::std::vector<::ItemStack> getItemCopies()
const ;
32 virtual void setSlot(
int slot,
::ItemStack const& item,
bool) ;
35 virtual ::ItemStack
const& getSlot(
int slot)
const ;
38 virtual bool isValid(
float pickRange) ;
41 virtual void broadcastChanges() ;
44 virtual ::ContainerScreenContext _postInit() ;
50 MCFOLD ::Actor* getEntity()
const;
56 MCAPI ::std::vector<::ItemStack> $getItemCopies()
const;
58 MCAPI
void $setSlot(
int slot,
::ItemStack const& item,
bool);
60 MCAPI ::ItemStack
const& $getSlot(
int slot)
const;
62 MCAPI
bool $isValid(
float pickRange);
64 MCFOLD
void $broadcastChanges();
66 MCAPI ::ContainerScreenContext $_postInit();
72 MCAPI
static void** $vftable();
Definition ContainerScreenContext.h:17