LeviLamina
Loading...
Searching...
No Matches
GammaCalibrationScreenController.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/client/gui/screens/controllers/MinecraftScreenController.h"
7
8// auto generated forward declare list
9// clang-format off
11// clang-format on
12
14public:
15 // prevent constructor by default
16 GammaCalibrationScreenController();
17
18public:
19 // virtual functions
20 // NOLINTBEGIN
21 virtual ~GammaCalibrationScreenController() /*override*/ = default;
22 // NOLINTEND
23
24public:
25 // member functions
26 // NOLINTBEGIN
27 MCAPI explicit GammaCalibrationScreenController(::std::shared_ptr<::MinecraftScreenModel> model);
28
29 MCAPI void _registerControllerCallbacks();
30 // NOLINTEND
31
32public:
33 // constructor thunks
34 // NOLINTBEGIN
35 MCAPI void* $ctor(::std::shared_ptr<::MinecraftScreenModel> model);
36 // NOLINTEND
37
38public:
39 // vftables
40 // NOLINTBEGIN
42
43 MCNAPI static void** $vftableForScreenController();
44 // NOLINTEND
45};
Definition GammaCalibrationScreenController.h:5
static MCAPI void ** $vftableForScreenController()
static MCAPI void ** $vftableForEnableNonOwnerReferences()
Definition MinecraftScreenController.h:5
Definition MinecraftScreenModel.h:5