LeviLamina
Loading...
Searching...
No Matches
CreditsScreenController.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/client/gui/screens/controllers/CreditsType.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<4, 4, ::CreditsType> mContentType;
19 ::ll::TypedStorage<8, 64, ::std::function<void()>> mFinishedCallback;
20 ::ll::TypedStorage<1, 1, bool> mScrollFaster;
21 // NOLINTEND
22
23public:
24 // prevent constructor by default
25 CreditsScreenController();
26
27public:
28 // virtual functions
29 // NOLINTBEGIN
30 virtual void onOpen() /*override*/;
31
32 virtual void onTerminate() /*override*/;
33 // NOLINTEND
34
35public:
36 // member functions
37 // NOLINTBEGIN
38 MCAPI CreditsScreenController(
39 ::std::shared_ptr<::MinecraftScreenModel> model,
40 ::CreditsType contentType,
41 ::std::function<void()> finishedCallback
42 );
43
44 MCAPI void _registerEventHandlers();
45 // NOLINTEND
46
47public:
48 // constructor thunks
49 // NOLINTBEGIN
50 MCAPI void* $ctor(
51 ::std::shared_ptr<::MinecraftScreenModel> model,
52 ::CreditsType contentType,
53 ::std::function<void()> finishedCallback
54 );
55 // NOLINTEND
56
57public:
58 // virtual function thunks
59 // NOLINTBEGIN
60 MCFOLD void $onOpen();
61
62 MCAPI void $onTerminate();
63 // NOLINTEND
64
65public:
66 // vftables
67 // NOLINTBEGIN
68 MCNAPI static void** $vftableForScreenController();
69
71 // NOLINTEND
72};
Definition CreditsScreenController.h:5
static MCAPI void ** $vftableForScreenController()
static MCAPI void ** $vftableForEnableNonOwnerReferences()
Definition MinecraftScreenController.h:5
Definition MinecraftScreenModel.h:5