LeviLamina
Loading...
Searching...
No Matches
ImageCyclingComponent.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/client/gui/controls/BaseCyclingComponent.h"
7
8// auto generated forward declare list
9// clang-format off
11class UIComponent;
12class UIControl;
13// clang-format on
14
16public:
17 // member variables
18 // NOLINTBEGIN
19 ::ll::TypedStorage<8, 24, ::std::vector<::ResourceLocation>> mImageLocations;
20 // NOLINTEND
21
22public:
23 // virtual functions
24 // NOLINTBEGIN
25 virtual ~ImageCyclingComponent() /*override*/ = default;
26
27 virtual ::std::unique_ptr<::UIComponent> clone(::UIControl& cloneOwner) const /*override*/;
28
29 virtual void _postCreate() /*override*/;
30
31 virtual void _updateSubPage() /*override*/;
32 // NOLINTEND
33
34public:
35 // virtual function thunks
36 // NOLINTBEGIN
37 MCAPI ::std::unique_ptr<::UIComponent> $clone(::UIControl& cloneOwner) const;
38
39 MCAPI void $_postCreate();
40
41 MCAPI void $_updateSubPage();
42 // NOLINTEND
43
44public:
45 // vftables
46 // NOLINTBEGIN
47 MCNAPI static void** $vftable();
48 // NOLINTEND
49};
Definition BaseCyclingComponent.h:5
Definition ImageCyclingComponent.h:5
static MCAPI void ** $vftable()
Definition ResourceLocation.h:15
Definition UIComponent.h:5
Definition UIControl.h:5