LeviLamina
Loading...
Searching...
No Matches
WorldSettingsScreenControllerProxyCallbacks.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7class LevelData;
8struct LevelSummary;
9// clang-format on
10
12public:
13 // member variables
14 // NOLINTBEGIN
15 ::ll::TypedStorage<8, 64, ::std::function<::LevelData&()>> mGetLevelData;
16 ::ll::TypedStorage<8, 64, ::std::function<void(::std::function<void(bool)>)>> mCreateWorld;
17 ::ll::TypedStorage<8, 64, ::std::function<::LevelSummary const&()>> mGetLevelSummary;
18 // NOLINTEND
19
20public:
21 // prevent constructor by default
22 WorldSettingsScreenControllerProxyCallbacks& operator=(WorldSettingsScreenControllerProxyCallbacks const&);
23 WorldSettingsScreenControllerProxyCallbacks();
24
25public:
26 // member functions
27 // NOLINTBEGIN
28 MCAPI WorldSettingsScreenControllerProxyCallbacks(::WorldSettingsScreenControllerProxyCallbacks const&);
29
30 MCAPI ~WorldSettingsScreenControllerProxyCallbacks();
31 // NOLINTEND
32
33public:
34 // constructor thunks
35 // NOLINTBEGIN
36 MCFOLD void* $ctor(::WorldSettingsScreenControllerProxyCallbacks const&);
37 // NOLINTEND
38
39public:
40 // destructor thunk
41 // NOLINTBEGIN
42 MCFOLD void $dtor();
43 // NOLINTEND
44};
Definition LevelData.h:55
Definition LevelSummary.h:30
Definition WorldSettingsScreenControllerProxyCallbacks.h:5