17class ArmorContainerModel :
public ::ContainerModel {
21 ::ll::TypedStorage<8, 8, ::Player&> mPlayer;
26 ArmorContainerModel& operator=(ArmorContainerModel
const&);
27 ArmorContainerModel(ArmorContainerModel
const&);
28 ArmorContainerModel();
33 virtual ~ArmorContainerModel() =
default;
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 ::Container* _getContainer()
const ;
59 MCNAPI_C
void* $ctor(::ContainerEnumName containerName,
int containerSize,
::Player& player);
66 MCNAPI
void $postInit();
68 MCNAPI
void $releaseResources();
70 MCNAPI
void $containerContentChanged(
int slot);
72 MCNAPI
bool $isValid();
74 MCNAPI ::ContainerWeakRef $getContainerWeakRef()
const;
76 MCNAPI ::Container* $_getContainer()
const;