LeviLamina
Loading...
Searching...
No Matches
RatingPromptController.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<8, 32, ::std::string const> mTitleId;
18 ::ll::TypedStorage<8, 32, ::std::string const> mImage;
19 ::ll::TypedStorage<8, 32, ::std::string const> mButtonName;
20 // NOLINTEND
21
22public:
23 // prevent constructor by default
24 RatingPromptController();
25
26public:
27 // virtual functions
28 // NOLINTBEGIN
29 virtual ~RatingPromptController() /*override*/;
30 // NOLINTEND
31
32public:
33 // member functions
34 // NOLINTBEGIN
35 MCAPI RatingPromptController(
36 ::std::shared_ptr<::MinecraftScreenModel> model,
37 ::std::string const& titleId,
38 ::std::string const& image,
39 ::std::string const& buttonName
40 );
41 // NOLINTEND
42
43public:
44 // constructor thunks
45 // NOLINTBEGIN
46 MCAPI void* $ctor(
47 ::std::shared_ptr<::MinecraftScreenModel> model,
48 ::std::string const& titleId,
49 ::std::string const& image,
50 ::std::string const& buttonName
51 );
52 // NOLINTEND
53
54public:
55 // destructor thunk
56 // NOLINTBEGIN
57 MCAPI void $dtor();
58 // NOLINTEND
59
60public:
61 // vftables
62 // NOLINTBEGIN
64
65 MCNAPI static void** $vftableForScreenController();
66 // NOLINTEND
67};
Definition MinecraftScreenController.h:5
Definition MinecraftScreenModel.h:5
Definition RatingPromptController.h:5
static MCAPI void ** $vftableForEnableNonOwnerReferences()
static MCAPI void ** $vftableForScreenController()