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