21    ::ll::TypedStorage<8, 8, ::Container*>                           mContainer;
 
   22    ::ll::TypedStorage<8, 16, ::WeakRef<::IContainerRegistryAccess>> mContainerRegistryAccess;
 
   32    virtual void setSlot(
int slot, 
::ItemStack const& item, 
bool) ;
 
   35    virtual ::ItemStack 
const& getSlot(
int slot) 
const ;
 
   38    virtual void removeSlot(
int slot, 
int count) ;
 
   45    virtual ::ItemStack 
const& getFullContainerSlot(
int slot, 
::FullContainerName const& name) 
const ;
 
   48    virtual void serverInitItemStackIds() ;
 
   51    virtual ::std::vector<::ItemStack> getItemCopies() 
const ;
 
   54    virtual ::Container* _getContainer() 
const ;
 
   68    MCNAPI ::ItemStack 
const& 
$getSlot(
int slot) 
const;