22 ::ll::TypedStorage<4, 12, ::BlockPos> mBlockPos;
23 ::ll::TypedStorage<8, 8, ::ActorUniqueID> mEntityUniqueID;
24 ::ll::TypedStorage<1, 1, ::BlockActorType> mBlockActorType;
32 virtual ::std::vector<::ItemStack> getItemCopies()
const ;
34 virtual void setSlot(
int slot,
::ItemStack const& item,
bool) ;
36 virtual ::ItemStack
const& getSlot(
int slot)
const ;
38 virtual void setData(
int id,
int value) ;
40 virtual void broadcastChanges() ;
42 virtual bool isValid(
float pickRange) ;
44 virtual ::ContainerScreenContext _postInit() ;
50 MCAPI ::BlockActor* _getBlockEntity();
62 MCAPI ::std::vector<::ItemStack> $getItemCopies()
const;
64 MCAPI
void $setSlot(
int slot,
::ItemStack const& item,
bool);
66 MCAPI ::ItemStack
const& $getSlot(
int slot)
const;
68 MCFOLD
void $setData(
int id,
int value);
70 MCAPI
void $broadcastChanges();
72 MCAPI
bool $isValid(
float pickRange);
74 MCAPI ::ContainerScreenContext $_postInit();
Definition ContainerScreenContext.h:17