3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/client/gui/controls/UIComponent.h"
17 ::ll::TypedStorage<4, 4, int> mCollectionIndex;
22 CollectionItemComponent();
27 virtual ::std::unique_ptr<::UIComponent> clone(::UIControl& cloneOwner)
const ;
29 virtual void reset() ;
35 MCAPI
explicit CollectionItemComponent(::UIControl& owner);
37 MCFOLD
int getCollectionIndex()
const;
39 MCFOLD
void setCollectionIndex(
int collectionIndex);
45 MCAPI
void* $ctor(::UIControl& owner);
51 MCAPI ::std::unique_ptr<::UIComponent> $clone(::UIControl& cloneOwner)
const;
Definition CollectionItemComponent.h:5
static MCAPI void ** $vftable()
Definition UIComponent.h:5