LeviLamina
Loading...
Searching...
No Matches
DisabledSkinScreenController.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 // member variables
16 // NOLINTBEGIN
17 ::ll::TypedStorage<1, 1, bool> twoButtonMode;
18 ::ll::TypedStorage<8, 64, ::std::function<void()>> twoButtonCallback;
19 // NOLINTEND
20
21public:
22 // prevent constructor by default
23 DisabledSkinScreenController();
24
25public:
26 // virtual functions
27 // NOLINTBEGIN
28 virtual ~DisabledSkinScreenController() /*override*/ = default;
29
30 virtual ::std::string getTelemetryOverride() const /*override*/;
31
32 virtual void onEntered() /*override*/;
33 // NOLINTEND
34
35public:
36 // member functions
37 // NOLINTBEGIN
38 MCAPI DisabledSkinScreenController(
39 ::std::shared_ptr<::MinecraftScreenModel> model,
40 bool twoButtonWithCallback,
41 ::std::function<void()> callback
42 );
43 // NOLINTEND
44
45public:
46 // constructor thunks
47 // NOLINTBEGIN
48 MCAPI void* $ctor(
49 ::std::shared_ptr<::MinecraftScreenModel> model,
50 bool twoButtonWithCallback,
51 ::std::function<void()> callback
52 );
53 // NOLINTEND
54
55public:
56 // virtual function thunks
57 // NOLINTBEGIN
58 MCAPI ::std::string $getTelemetryOverride() const;
59
60 MCAPI void $onEntered();
61 // NOLINTEND
62
63public:
64 // vftables
65 // NOLINTBEGIN
66 MCNAPI static void** $vftableForScreenController();
67
69 // NOLINTEND
70};
Definition DisabledSkinScreenController.h:5
static MCAPI void ** $vftableForScreenController()
static MCAPI void ** $vftableForEnableNonOwnerReferences()
Definition MinecraftScreenController.h:5
Definition MinecraftScreenModel.h:5