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 fromNetwork) ;
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() ;
46 virtual void _onDynamicContainerContentsChanged() ;
52 MCAPI ::BlockActor* _getBlockEntity();
64 MCAPI ::std::vector<::ItemStack> $getItemCopies()
const;
66 MCAPI
void $setSlot(
int slot,
::ItemStack const& item,
bool fromNetwork);
68 MCAPI ::ItemStack
const& $getSlot(
int slot)
const;
70 MCFOLD
void $setData(
int id,
int value);
72 MCAPI
void $broadcastChanges();
74 MCAPI
bool $isValid(
float pickRange);
76 MCAPI ::ContainerScreenContext $_postInit();
78 MCAPI
void $_onDynamicContainerContentsChanged();
Definition ContainerScreenContext.h:17