3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/client/gui/controls/BaseCyclingComponent.h"
19 ::ll::TypedStorage<8, 24, ::std::vector<::ResourceLocation>> mImageLocations;
25 virtual ~ImageCyclingComponent() =
default;
27 virtual ::std::unique_ptr<::UIComponent> clone(::UIControl& cloneOwner)
const ;
29 virtual void _postCreate() ;
31 virtual void _updateSubPage() ;
37 MCAPI ::std::unique_ptr<::UIComponent> $clone(::UIControl& cloneOwner)
const;
39 MCAPI
void $_postCreate();
41 MCAPI
void $_updateSubPage();
Definition BaseCyclingComponent.h:5
Definition ImageCyclingComponent.h:5
static MCAPI void ** $vftable()
Definition ResourceLocation.h:15
Definition UIComponent.h:5