17class InventoryContainerModel :
public ::ContainerModel {
21 ::ll::TypedStorage<8, 8, ::Player&> mPlayer;
26 InventoryContainerModel& operator=(InventoryContainerModel
const&);
27 InventoryContainerModel(InventoryContainerModel
const&);
28 InventoryContainerModel();
33 virtual ~InventoryContainerModel() ;
35 virtual void postInit() ;
37 virtual void releaseResources() ;
39 virtual void containerContentChanged(
int slot) ;
41 virtual bool isValid() ;
43 virtual ::ContainerWeakRef getContainerWeakRef()
const ;
45 virtual int _getContainerOffset()
const ;
49 virtual ::Container* _getContainer()
const ;
55 MCAPI InventoryContainerModel(::ContainerEnumName containerName,
int size,
::Player& player);
61 MCAPI
void* $ctor(::ContainerEnumName containerName,
int size,
::Player& player);
73 MCAPI
void $postInit();
75 MCAPI
void $releaseResources();
77 MCAPI
void $containerContentChanged(
int slot);
79 MCFOLD
bool $isValid();
81 MCFOLD ::ContainerWeakRef $getContainerWeakRef()
const;
83 MCAPI
int $_getContainerOffset()
const;
87 MCFOLD ::Container* $_getContainer()
const;
95 MCAPI
static void** $vftable();