LeviLamina
Loading...
Searching...
No Matches
MobEffectScreenController.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/client/gui/DirtyFlag.h"
7#include "mc/client/gui/screens/controllers/ClientInstanceScreenController.h"
8
9// auto generated forward declare list
10// clang-format off
12struct MobEffectPane;
13// clang-format on
14
16public:
17 // member variables
18 // NOLINTBEGIN
19 ::ll::TypedStorage<4, 4, int> mRenderableEffectsCount;
20 ::ll::TypedStorage<8, 24, ::std::vector<::MobEffectPane>> mCurrentEffects;
21 ::ll::TypedStorage<1, 1, bool> mUpdateBindsNextFrame;
22 // NOLINTEND
23
24public:
25 // prevent constructor by default
26 MobEffectScreenController();
27
28public:
29 // virtual functions
30 // NOLINTBEGIN
31 virtual ~MobEffectScreenController() /*override*/;
32
33 virtual ::ui::DirtyFlag tick() /*override*/;
34 // NOLINTEND
35
36public:
37 // member functions
38 // NOLINTBEGIN
39 MCAPI explicit MobEffectScreenController(::std::shared_ptr<::ClientInstanceScreenModel> model);
40
41 MCAPI void _registerBindings();
42 // NOLINTEND
43
44public:
45 // constructor thunks
46 // NOLINTBEGIN
47 MCAPI void* $ctor(::std::shared_ptr<::ClientInstanceScreenModel> model);
48 // NOLINTEND
49
50public:
51 // destructor thunk
52 // NOLINTBEGIN
53 MCAPI void $dtor();
54 // NOLINTEND
55
56public:
57 // virtual function thunks
58 // NOLINTBEGIN
59 MCAPI ::ui::DirtyFlag $tick();
60 // NOLINTEND
61
62public:
63 // vftables
64 // NOLINTBEGIN
65 MCNAPI static void** $vftableForScreenController();
66
68 // NOLINTEND
69};
Definition ClientInstanceScreenController.h:5
Definition ClientInstanceScreenModel.h:5
Definition MobEffectScreenController.h:5
static MCAPI void ** $vftableForEnableNonOwnerReferences()
static MCAPI void ** $vftableForScreenController()
Definition MobEffectPane.h:5