19 ::ll::TypedStorage<4, 4, int> mCurrentIndex;
27 virtual ::std::vector<::ItemStack> getItemCopies()
const ;
29 virtual void setSlot(
int slot,
::ItemStack const& item,
bool) ;
31 virtual ::ItemStack
const& getSlot(
int slot)
const ;
33 virtual bool isValid(
float pickRange) ;
35 virtual void broadcastChanges() ;
37 virtual ::ContainerScreenContext _postInit() ;
43 MCFOLD ::Actor* getEntity()
const;
45 MCAPI_C
void recipeChanged();
51 MCAPI ::std::vector<::ItemStack> $getItemCopies()
const;
53 MCAPI
void $setSlot(
int slot,
::ItemStack const& item,
bool);
55 MCAPI ::ItemStack
const& $getSlot(
int slot)
const;
57 MCAPI
bool $isValid(
float pickRange);
59 MCFOLD
void $broadcastChanges();
61 MCAPI ::ContainerScreenContext $_postInit();
Definition ContainerScreenContext.h:17