23 ::ll::TypedStorage<4, 12, ::BlockPos> mBlockPos;
24 ::ll::TypedStorage<8, 8, ::ActorUniqueID> mEntityUniqueID;
25 ::ll::TypedStorage<4, 4, ::BlockActorType> mBlockActorType;
35 virtual ::std::vector<::ItemStack> getItemCopies()
const ;
38 virtual void setSlot(
int slot,
::ItemStack const& item,
bool) ;
41 virtual ::ItemStack
const& getSlot(
int slot)
const ;
44 virtual void setData(
int id,
int value) ;
47 virtual void broadcastChanges() ;
50 virtual bool isValid(
float pickRange) ;
53 virtual ::ContainerScreenContext _postInit() ;
59 MCAPI ::BlockActor* _getBlockEntity();
61 MCAPI ::Container* _getRawContainer();
73 MCAPI ::std::vector<::ItemStack> $getItemCopies()
const;
75 MCAPI
void $setSlot(
int slot,
::ItemStack const& item,
bool);
77 MCAPI ::ItemStack
const& $getSlot(
int slot)
const;
79 MCFOLD
void $setData(
int id,
int value);
81 MCAPI
void $broadcastChanges();
83 MCAPI
bool $isValid(
float pickRange);
85 MCAPI ::ContainerScreenContext $_postInit();
91 MCAPI
static void** $vftable();
Definition ContainerScreenContext.h:17