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 MCAPI EDUExternalScreenController(
35 ::std::shared_ptr<::MinecraftScreenModel> model,
36 ::std::function<
void()> storageLocationChangedCallback,
37 ::std::function<uint64()> worldCountCallback
40 MCAPI
bool _hasExternalStoragePermissions();
42 MCAPI
void _openStoragePermissionWarningDialog();
44 MCAPI
void _openSystemSettings();
46 MCAPI
void _registerBindings();
53 ::std::shared_ptr<::MinecraftScreenModel> model,
54 ::std::function<
void()> storageLocationChangedCallback,
55 ::std::function<uint64()> worldCountCallback
Definition EDUExternalScreenController.h:5
static MCAPI void ** $vftableForScreenController()
static MCAPI void ** $vftableForEnableNonOwnerReferences()
Definition MinecraftScreenController.h:5
Definition MinecraftScreenModel.h:5