16class InventoryContainerModel :
public ::ContainerModel {
20 ::ll::TypedStorage<8, 8, ::Player&> mPlayer;
25 InventoryContainerModel& operator=(InventoryContainerModel
const&);
26 InventoryContainerModel(InventoryContainerModel
const&);
27 InventoryContainerModel();
32 virtual ~InventoryContainerModel() =
default;
34 virtual void postInit() ;
36 virtual void releaseResources() ;
38 virtual void containerContentChanged(
int slot) ;
40 virtual bool isValid() ;
42 virtual ::ContainerWeakRef getContainerWeakRef()
const ;
44 virtual int _getContainerOffset()
const ;
48 virtual ::Container* _getContainer()
const ;
54 MCAPI
void $postInit();
56 MCAPI
void $releaseResources();
58 MCAPI
void $containerContentChanged(
int slot);
60 MCFOLD
bool $isValid();
62 MCFOLD ::ContainerWeakRef $getContainerWeakRef()
const;
64 MCAPI
int $_getContainerOffset()
const;
68 MCFOLD ::Container* $_getContainer()
const;
76 MCAPI
static void** $vftable();