3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/client/gui/screens/controllers/MinecraftScreenController.h"
16 using OnAddServer = ::std::function<void(::std::string
const&)>;
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;
28 EDUAddServerScreenController();
33 virtual ~EDUAddServerScreenController() =
default;
39 MCAPI EDUAddServerScreenController(
40 ::std::shared_ptr<::MinecraftScreenModel> model,
41 ::std::function<
void(::std::string
const&)> onAddServer
44 MCAPI
void _registerEventHandlers();
51 $ctor(::std::shared_ptr<::MinecraftScreenModel> model, ::std::function<
void(::std::string
const&)> onAddServer);
Definition EDUAddServerScreenController.h:5
static MCAPI void ** $vftableForScreenController()
static MCAPI void ** $vftableForEnableNonOwnerReferences()
Definition MinecraftScreenController.h:5
Definition MinecraftScreenModel.h:5