LeviLamina
Loading...
Searching...
No Matches
SceneFactoryProxyCallbacks.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/client/gui/CraftingType.h"
7#include "mc/client/gui/SettingsTabIndex.h"
8#include "mc/client/gui/screens/models/PlayScreenDefaultTab.h"
9
10// auto generated forward declare list
11// clang-format off
12class AbstractScene;
14struct LevelSummary;
16// clang-format on
17
19public:
20 // member variables
21 // NOLINTBEGIN
22 ::ll::TypedStorage<8, 64, ::std::function<::std::shared_ptr<::AbstractScene>()>> mCreateAddEditExternalServerScreen;
23 ::ll::TypedStorage<8, 64, ::std::function<::std::shared_ptr<::AbstractScene>(::LevelSummary const&)>>
24 mCreateEditWorldScreen;
25 ::ll::TypedStorage<8, 64, ::std::function<::std::shared_ptr<::AbstractScene>()>> mCreateHowToPlayScreen;
26 ::ll::TypedStorage<8, 64, ::std::function<::std::shared_ptr<::AbstractScene>(::CraftingType)>>
27 mCreateInventoryScreen;
28 ::ll::TypedStorage<8, 64, ::std::function<::std::shared_ptr<::AbstractScene>()>> mCreateNewRealmScreen;
29 ::ll::TypedStorage<8, 64, ::std::function<::std::shared_ptr<::AbstractScene>()>> mCreateNXSignInScreen;
30 ::ll::TypedStorage<8, 64, ::std::function<::std::shared_ptr<::AbstractScene>(::SettingsTabIndex)>>
31 mCreateOptionsScreen;
32 ::ll::TypedStorage<8, 64, ::std::function<::std::shared_ptr<::AbstractScene>(::PlayScreenDefaultTab)>>
33 mCreatePlayScreen;
34 ::ll::TypedStorage<8, 64, ::std::function<::std::shared_ptr<::AbstractScene>()>> mCreateSkinPickerScreen;
35 ::ll::TypedStorage<8, 64, ::std::function<::std::shared_ptr<::AbstractScene>(bool)>> mCreateStartMenuScreen;
36 ::ll::TypedStorage<8, 64, ::std::function<::std::shared_ptr<::AbstractScene>(::StoreDataDrivenScreenParams const&)>>
37 mCreateStoreHomeScreen;
38 ::ll::TypedStorage<8, 64, ::std::function<::std::shared_ptr<::AbstractScene>()>> mCreatePauseScreen;
39 ::ll::TypedStorage<8, 64, ::std::function<::std::shared_ptr<::AbstractScene>()>> mCreateWorldTemplateScreen;
40 ::ll::TypedStorage<8, 64, ::std::function<::std::shared_ptr<::AbstractScene>()>> mCreateWorldUpsellScreen;
41 ::ll::TypedStorage<8, 64, ::std::function<::std::shared_ptr<::AbstractScene>()>> mCreateChatScreen;
42 ::ll::TypedStorage<8, 64, ::std::function<::std::shared_ptr<::AbstractScene>()>> mCreatePortfolioScreen;
43 ::ll::TypedStorage<8, 64, ::std::function<::std::shared_ptr<::AbstractScene>()>> mCreateDeathScreen;
44 ::ll::TypedStorage<8, 64, ::std::function<::std::shared_ptr<::AbstractScene>()>> mCreateCreditsScreen;
45 ::ll::TypedStorage<8, 64, ::std::function<::std::shared_ptr<::AbstractScene>()>> mCreateGlobalPauseScreen;
46 ::ll::TypedStorage<8, 64, ::std::function<::std::shared_ptr<::MainMenuScreenModel>()>> mCreateMainMenuScreenModel;
47 ::ll::TypedStorage<8, 64, ::std::function<::std::shared_ptr<::AbstractScene>(uint, ::std::string const&)>>
48 mCreateServerForm;
49 // NOLINTEND
50
51public:
52 // prevent constructor by default
53 SceneFactoryProxyCallbacks& operator=(SceneFactoryProxyCallbacks const&);
54 SceneFactoryProxyCallbacks();
55
56public:
57 // member functions
58 // NOLINTBEGIN
59 MCAPI SceneFactoryProxyCallbacks(::SceneFactoryProxyCallbacks const&);
60
61 MCAPI ~SceneFactoryProxyCallbacks();
62 // NOLINTEND
63
64public:
65 // constructor thunks
66 // NOLINTBEGIN
67 MCAPI void* $ctor(::SceneFactoryProxyCallbacks const&);
68 // NOLINTEND
69
70public:
71 // destructor thunk
72 // NOLINTBEGIN
73 MCAPI void $dtor();
74 // NOLINTEND
75};
Definition AbstractScene.h:5
Definition MainMenuScreenModel.h:5
Definition LevelSummary.h:30
Definition SceneFactoryProxyCallbacks.h:5
Definition StoreDataDrivenScreenParams.h:5