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