LeviLamina
Loading...
Searching...
No Matches
CustomFrameUpdateComponent.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/client/gui/controls/UIComponent.h"
7
8// auto generated forward declare list
9// clang-format off
10class UIControl;
11// clang-format on
12
14public:
15 // virtual functions
16 // NOLINTBEGIN
17 virtual ~CustomFrameUpdateComponent() /*override*/ = default;
18
19 virtual ::std::unique_ptr<::UIComponent> clone(::UIControl& cloneOwner) const /*override*/;
20
21 virtual void reset() /*override*/;
22
23 virtual bool isCustomFrameUpdateComponent() const /*override*/;
24 // NOLINTEND
25
26public:
27 // virtual function thunks
28 // NOLINTBEGIN
29 MCAPI ::std::unique_ptr<::UIComponent> $clone(::UIControl& cloneOwner) const;
30
31 MCFOLD void $reset();
32
33 MCFOLD bool $isCustomFrameUpdateComponent() const;
34 // NOLINTEND
35
36public:
37 // vftables
38 // NOLINTBEGIN
39 MCNAPI static void** $vftable();
40 // NOLINTEND
41};
Definition CustomFrameUpdateComponent.h:5
static MCAPI void ** $vftable()
Definition UIComponent.h:5
Definition UIControl.h:5