3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/world/containers/models/ContainerModel.h"
20 ::ll::TypedStorage<8, 8, ::Player&> mPlayer;
36 virtual void postInit() ;
39 virtual void releaseResources() ;
42 virtual void containerContentChanged(
int slot) ;
45 virtual bool isValid() ;
48 virtual ::ContainerWeakRef getContainerWeakRef()
const ;
51 virtual int _getContainerOffset()
const ;
57 virtual ::Container* _getContainer()
const ;
Definition ContainerModel.h:25
Definition ContainerWeakRef.h:17
Definition Container.h:30
Definition ItemStack.h:25
Definition PlayerUIContainerModelBase.h:16
static MCAPI void ** $vftable()
MCAPI::ContainerWeakRef $getContainerWeakRef() const
MCAPI void $containerContentChanged(int slot)
MCAPI void $releaseResources()
MCAPI void _refreshContainer(bool initial)
MCAPI int $_getContainerOffset() const
MCAPI void $_onItemChanged(int modelSlot, ::ItemStack const &oldItem, ::ItemStack const &newItem)
MCAPI::Container * $_getContainer() const