16class PlayerUIContainerModelBase :
public ::ContainerModel {
20 ::ll::TypedStorage<8, 8, ::Player&> mPlayer;
25 PlayerUIContainerModelBase& operator=(PlayerUIContainerModelBase
const&);
26 PlayerUIContainerModelBase(PlayerUIContainerModelBase
const&);
27 PlayerUIContainerModelBase();
33 virtual ~PlayerUIContainerModelBase() =
default;
35 virtual ~PlayerUIContainerModelBase() ;
38 virtual void postInit() ;
40 virtual void releaseResources() ;
42 virtual void containerContentChanged(
int slot) ;
44 virtual bool isValid() ;
46 virtual ::ContainerWeakRef getContainerWeakRef()
const ;
48 virtual int _getContainerOffset()
const ;
52 virtual ::Container* _getContainer()
const ;
58 MCAPI
void _refreshContainer(
bool initial);
70 MCAPI
void $postInit();
72 MCAPI
void $releaseResources();
74 MCAPI
void $containerContentChanged(
int slot);
76 MCFOLD
bool $isValid();
78 MCAPI ::ContainerWeakRef $getContainerWeakRef()
const;
80 MCFOLD
int $_getContainerOffset()
const;
84 MCAPI ::Container* $_getContainer()
const;
92 MCAPI
static void** $vftable();