3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/client/gui/controls/UIComponent.h"
17 virtual ~CustomFrameUpdateComponent() =
default;
19 virtual ::std::unique_ptr<::UIComponent> clone(::UIControl& cloneOwner)
const ;
21 virtual void reset() ;
23 virtual bool isCustomFrameUpdateComponent() const ;
29 MCAPI ::std::unique_ptr<::UIComponent> $clone(::UIControl& cloneOwner) const;
33 MCFOLD
bool $isCustomFrameUpdateComponent() const;
Definition CustomFrameUpdateComponent.h:5
static MCAPI void ** $vftable()
Definition UIComponent.h:5