21 ::ll::TypedStorage<4, 12, ::BlockPos> mBlockPos;
32 virtual ::std::vector<::ItemStack> getItemCopies()
const ;
35 virtual void setSlot(
int slot,
::ItemStack const& item,
bool fromNetwork) ;
38 virtual ::ItemStack
const& getSlot(
int slot)
const ;
41 virtual void setData(
int id,
int value) ;
44 virtual bool isValid(
float pickRange) ;
47 virtual void broadcastChanges() ;
50 virtual ::ContainerScreenContext _postInit() ;
66 MCAPI
void* $ctor(::ContainerID containerId,
::Player& player,
::BlockPos const& blockPos);
72 MCAPI ::std::vector<::ItemStack> $getItemCopies()
const;
74 MCFOLD
void $setSlot(
int slot,
::ItemStack const& item,
bool fromNetwork);
76 MCFOLD ::ItemStack
const& $getSlot(
int slot)
const;
78 MCFOLD
void $setData(
int id,
int value);
80 MCAPI
bool $isValid(
float pickRange);
82 MCFOLD
void $broadcastChanges();
84 MCAPI ::ContainerScreenContext $_postInit();
90 MCAPI
static void** $vftable();
Definition ContainerScreenContext.h:17