LeviLamina
Loading...
Searching...
No Matches
LibraryModalScreenController.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/client/gui/SceneType.h"
7#include "mc/client/gui/screens/controllers/LibraryModalScreenType.h"
8#include "mc/client/gui/screens/controllers/MinecraftScreenController.h"
9
10// auto generated forward declare list
11// clang-format off
13// clang-format on
14
16public:
17 // member variables
18 // NOLINTBEGIN
19 ::ll::TypedStorage<8, 64, ::std::function<void(bool)>> mOnModalDismissed;
20 ::ll::TypedStorage<1, 1, ::LibraryModalScreenType> mType;
21 ::ll::TypedStorage<8, 24, ::std::vector<::std::pair<::std::string, ::std::string>>> mEventProperties;
22 // NOLINTEND
23
24public:
25 // prevent constructor by default
26 LibraryModalScreenController();
27
28public:
29 // virtual functions
30 // NOLINTBEGIN
31 virtual ~LibraryModalScreenController() /*override*/;
32
33 virtual ::ui::SceneType getSceneType() const /*override*/;
34
35 virtual ::std::string getTelemetryOverride() const /*override*/;
36
37 virtual void addEventProperties(::std::unordered_map<::std::string, ::std::string>& eventProperties) const
38 /*override*/;
39 // NOLINTEND
40
41public:
42 // member functions
43 // NOLINTBEGIN
44 MCAPI LibraryModalScreenController(
45 ::std::shared_ptr<::MinecraftScreenModel> model,
46 ::LibraryModalScreenType type,
47 ::std::function<void(bool)> onModalDismissed,
48 ::std::vector<::std::pair<::std::string, ::std::string>> eventProperties
49 );
50 // NOLINTEND
51
52public:
53 // constructor thunks
54 // NOLINTBEGIN
55 MCAPI void* $ctor(
56 ::std::shared_ptr<::MinecraftScreenModel> model,
57 ::LibraryModalScreenType type,
58 ::std::function<void(bool)> onModalDismissed,
59 ::std::vector<::std::pair<::std::string, ::std::string>> eventProperties
60 );
61 // NOLINTEND
62
63public:
64 // destructor thunk
65 // NOLINTBEGIN
66 MCAPI void $dtor();
67 // NOLINTEND
68
69public:
70 // virtual function thunks
71 // NOLINTBEGIN
72 MCFOLD ::ui::SceneType $getSceneType() const;
73
74 MCAPI ::std::string $getTelemetryOverride() const;
75
76 MCAPI void $addEventProperties(::std::unordered_map<::std::string, ::std::string>& eventProperties) const;
77 // NOLINTEND
78
79public:
80 // vftables
81 // NOLINTBEGIN
82 MCNAPI static void** $vftableForScreenController();
83
85 // NOLINTEND
86};
Definition LibraryModalScreenController.h:5
static MCAPI void ** $vftableForEnableNonOwnerReferences()
static MCAPI void ** $vftableForScreenController()
Definition MinecraftScreenController.h:5
Definition MinecraftScreenModel.h:5