LeviLamina
Loading...
Searching...
No Matches
TestScreenController.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/client/gui/ViewRequest.h"
7#include "mc/client/gui/screens/controllers/MinecraftScreenController.h"
8
9// auto generated forward declare list
10// clang-format off
11struct ScreenEvent;
12struct UIPropertyBag;
13// clang-format on
14
16public:
17 // member variables
18 // NOLINTBEGIN
19 ::ll::TypedStorage<4, 4, uint> mGoButton1Id;
20 ::ll::TypedStorage<4, 4, uint> mGoButton2Id;
21 ::ll::TypedStorage<1, 1, bool> mAnimActive;
22 // NOLINTEND
23
24public:
25 // virtual functions
26 // NOLINTBEGIN
27 virtual ~TestScreenController() /*override*/ = default;
28
29 virtual ::ui::ViewRequest handleEvent(::ScreenEvent&) /*override*/;
30
31 virtual bool bind(
32 ::std::string const& bindingName,
33 uint bindingNameHash,
34 ::std::string const& bindingNameOverride,
35 ::UIPropertyBag& bag
36 ) /*override*/;
37
38 virtual void handleLicenseChanged() /*override*/;
39 // NOLINTEND
40
41public:
42 // virtual function thunks
43 // NOLINTBEGIN
44
45 // NOLINTEND
46};
Definition MinecraftScreenController.h:5
Definition TestScreenController.h:5
Definition ScreenEvent.h:5
Definition UIPropertyBag.h:5