LeviLamina
Loading...
Searching...
No Matches
UpdateWorldHeightScreenController.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/MinecraftScreenController.h"
8
9// auto generated forward declare list
10// clang-format off
12// clang-format on
13
15public:
16 // member variables
17 // NOLINTBEGIN
18 ::ll::TypedStorage<8, 64, ::std::function<void(bool)>> mStartWorldCallback;
19 ::ll::TypedStorage<1, 1, bool> mBackupWorld;
20 // NOLINTEND
21
22public:
23 // prevent constructor by default
24 UpdateWorldHeightScreenController();
25
26public:
27 // virtual functions
28 // NOLINTBEGIN
29 virtual ~UpdateWorldHeightScreenController() /*override*/ = default;
30
31 virtual void onOpen() /*override*/;
32
33 virtual ::ui::SceneType getSceneType() const /*override*/;
34 // NOLINTEND
35
36public:
37 // member functions
38 // NOLINTBEGIN
39 MCAPI UpdateWorldHeightScreenController(
40 ::std::shared_ptr<::MinecraftScreenModel> model,
41 ::std::function<void(bool)> startWorldCallback
42 );
43
44 MCAPI void _registerEventHandlers();
45 // NOLINTEND
46
47public:
48 // constructor thunks
49 // NOLINTBEGIN
50 MCAPI void* $ctor(::std::shared_ptr<::MinecraftScreenModel> model, ::std::function<void(bool)> startWorldCallback);
51 // NOLINTEND
52
53public:
54 // virtual function thunks
55 // NOLINTBEGIN
56 MCAPI void $onOpen();
57
58 MCFOLD ::ui::SceneType $getSceneType() const;
59 // NOLINTEND
60
61public:
62 // vftables
63 // NOLINTBEGIN
64 MCNAPI static void** $vftableForScreenController();
65
67 // NOLINTEND
68};
Definition MinecraftScreenController.h:5
Definition MinecraftScreenModel.h:5
Definition UpdateWorldHeightScreenController.h:5
static MCAPI void ** $vftableForEnableNonOwnerReferences()
static MCAPI void ** $vftableForScreenController()