22 ::ll::TypedStorage<4, 12, ::BlockPos> mBlockPos;
23 ::ll::TypedStorage<8, 8, ::ActorUniqueID> mEntityUniqueID;
24 ::ll::TypedStorage<1, 1, ::BlockActorType> mBlockActorType;
34 virtual ::std::vector<::ItemStack> getItemCopies()
const ;
37 virtual void setSlot(
int slot,
::ItemStack const& item,
bool) ;
40 virtual ::ItemStack
const& getSlot(
int slot)
const ;
43 virtual void setData(
int id,
int value) ;
46 virtual void broadcastChanges() ;
49 virtual bool isValid(
float pickRange) ;
52 virtual ::ContainerScreenContext _postInit() ;
58 MCAPI ::BlockActor* _getBlockEntity();
70 MCAPI ::std::vector<::ItemStack> $getItemCopies()
const;
72 MCAPI
void $setSlot(
int slot,
::ItemStack const& item,
bool);
74 MCAPI ::ItemStack
const& $getSlot(
int slot)
const;
76 MCFOLD
void $setData(
int id,
int value);
78 MCAPI
void $broadcastChanges();
80 MCAPI
bool $isValid(
float pickRange);
82 MCAPI ::ContainerScreenContext $_postInit();
88 MCAPI
static void** $vftable();
Definition ContainerScreenContext.h:17