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*/ = default;
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
43 MCAPI void _registerEventHandlers();
44 // NOLINTEND
45
46public:
47 // constructor thunks
48 // NOLINTBEGIN
49 MCAPI void* $ctor(::std::shared_ptr<::ClientInstanceScreenModel> model);
50 // NOLINTEND
51
52public:
53 // virtual function thunks
54 // NOLINTBEGIN
55 MCAPI ::ui::DirtyFlag $tick();
56 // NOLINTEND
57
58public:
59 // vftables
60 // NOLINTBEGIN
61 MCNAPI static void** $vftableForScreenController();
62
64 // NOLINTEND
65};
Definition ClientInstanceScreenController.h:5
Definition ClientInstanceScreenModel.h:5
Definition MobEffectScreenController.h:5
static MCAPI void ** $vftableForEnableNonOwnerReferences()
static MCAPI void ** $vftableForScreenController()
Definition MobEffectPane.h:5