3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/client/gui/controls/UIComponent.h"
17 ::ll::TypedStorage<4, 4, int> mCollectionIndex;
18 ::ll::TypedStorage<4, 8, ::glm::ivec2> mGridPosition;
24 virtual ::std::unique_ptr<::UIComponent> clone(::UIControl& cloneOwner)
const ;
26 virtual void reset() ;
28 virtual ~GridItemComponent() =
default;
34 MCAPI ::std::unique_ptr<::UIComponent> $clone(::UIControl& cloneOwner)
const;
Definition GridItemComponent.h:5
static MCAPI void ** $vftable()
Definition UIComponent.h:5