37 virtual ::std::vector<::ItemStack> getItemCopies()
const ;
40 virtual void setSlot(
int slot,
::ItemStack const& item,
bool fromNetwork) ;
43 virtual ::ItemStack
const& getSlot(
int slot)
const ;
46 virtual void setData(
int id,
int value) ;
49 virtual bool isValid(
float pickRange) ;
52 virtual void broadcastChanges() ;
55 virtual ::ContainerScreenContext _postInit() ;
67 MCAPI
static int const& INPUT_SLOTS();
73 MCAPI
void* $ctor(::ContainerID containerId,
::Player& player,
::BlockPos const& blockPos);
85 MCAPI ::std::vector<::ItemStack> $getItemCopies()
const;
87 MCAPI
void $setSlot(
int slot,
::ItemStack const& item,
bool fromNetwork);
89 MCAPI ::ItemStack
const& $getSlot(
int slot)
const;
91 MCFOLD
void $setData(
int id,
int value);
93 MCAPI
bool $isValid(
float pickRange);
95 MCFOLD
void $broadcastChanges();
97 MCAPI ::ContainerScreenContext $_postInit();
103 MCAPI
static void** $vftable();
Definition ContainerScreenContext.h:11