22 ::ll::TypedStorage<8, 8, ::Container*> mContainer;
23 ::ll::TypedStorage<8, 16, ::WeakRef<::IContainerRegistryAccess>> mContainerRegistryAccess;
31 virtual void setSlot(
int slot,
::ItemStack const& item,
bool) ;
33 virtual ::ItemStack
const& getSlot(
int slot)
const ;
35 virtual void removeSlot(
int slot,
int count) ;
40 virtual ::ItemStack
const& getFullContainerSlot(
int slot,
::FullContainerName const& name)
const ;
42 virtual void serverInitItemStackIds() ;
44 virtual ::std::vector<::ItemStack> getItemCopies()
const ;
46 virtual ::Container* _getContainer()
const ;
70 MCAPI
void $setSlot(
int slot,
::ItemStack const& item,
bool);
72 MCAPI ::ItemStack
const& $getSlot(
int slot)
const;
74 MCAPI
void $removeSlot(
int slot,
int count);
78 MCAPI ::ItemStack
const& $getFullContainerSlot(
int slot,
::FullContainerName const& name)
const;
80 MCAPI
void $serverInitItemStackIds();
82 MCAPI ::std::vector<::ItemStack> $getItemCopies()
const;
84 MCFOLD ::Container* $_getContainer()
const;
92 MCAPI
static void** $vftableForContainerContentChangeListener();
94 MCAPI
static void** $vftableForIContainerManager();