3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/client/gui/screens/controllers/MinecraftScreenController.h"
16 using StorageLocationChangedCallback = ::std::function<void()>;
18 using WorldCountCallback = ::std::function<uint64()>;
23 ::ll::TypedStorage<8, 64, ::std::function<uint64()>> mWorldCountCallback;
24 ::ll::TypedStorage<8, 64, ::std::function<void()>> mStorageLocationChangedCallback;
29 EDUExternalScreenController();
34 virtual ~EDUExternalScreenController() =
default;
40 MCAPI EDUExternalScreenController(
41 ::std::shared_ptr<::MinecraftScreenModel> model,
42 ::std::function<
void()> storageLocationChangedCallback,
43 ::std::function<uint64()> worldCountCallback
46 MCAPI
void _openStoragePermissionWarningDialog();
48 MCAPI
void _registerBindings();
55 ::std::shared_ptr<::MinecraftScreenModel> model,
56 ::std::function<
void()> storageLocationChangedCallback,
57 ::std::function<uint64()> worldCountCallback
Definition EDUExternalScreenController.h:5
static MCAPI void ** $vftableForScreenController()
static MCAPI void ** $vftableForEnableNonOwnerReferences()
Definition MinecraftScreenController.h:5
Definition MinecraftScreenModel.h:5