3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/client/gui/DirtyFlag.h"
7#include "mc/client/gui/screens/controllers/MainMenuScreenController.h"
8#include "mc/client/gui/screens/controllers/edu_screen_helpers/InstanceType.h"
23 ::ll::TypedStorage<8, 16, ::std::shared_ptr<::PlayScreenModel>> mPlayScreenModel;
24 ::ll::TypedStorage<8, 16, ::std::shared_ptr<::LibraryCollection>> mLibraryCollection;
25 ::ll::TypedStorage<1, 1, bool> mScreenNeedsRefresh;
26 ::ll::TypedStorage<8, 32, ::std::string> mSearchString;
27 ::ll::TypedStorage<8, 24, ::std::vector<uint64>> mMatchedTemplates;
28 ::ll::TypedStorage<8, 8, uint64> mLocalTemplateCount;
33 EDUWorldTemplatesScreenController();
38 virtual ~EDUWorldTemplatesScreenController() ;
40 virtual void onOpen() ;
42 virtual ::ui::DirtyFlag tick() ;
48 MCAPI
explicit EDUWorldTemplatesScreenController(::std::shared_ptr<::PlayScreenModel> model);
50 MCAPI
void _createOrDeleteTemplate(::UIPropertyBag& bag, ::EDUScreenHelpers::InstanceType instanceType);
52 MCAPI ::EDUScreenHelpers::TemplateWrapper _getTemplateInfo(::UIPropertyBag& bag)
const;
54 MCAPI uint64 _getTileIndex(::UIPropertyBag& bag)
const;
56 MCAPI
void _registerBindings();
58 MCAPI
void _registerEventHandlers();
60 MCAPI
void _registerNestedControls();
62 MCAPI
void _registerSubcontrollers();
64 MCAPI
void _useTemplate(
65 ::PackManifest
const& manifest,
66 ::EDUScreenHelpers::InstanceType type,
67 ::std::string_view templateName
74 MCAPI
void* $ctor(::std::shared_ptr<::PlayScreenModel> model);
88 MCAPI ::ui::DirtyFlag $tick();
Definition TemplateWrapper.h:7
Definition EDUWorldTemplatesScreenController.h:5
static MCAPI void ** $vftableForEnableNonOwnerReferences()
static MCAPI void ** $vftableForScreenController()
Definition MainMenuScreenController.h:5
Definition PackManifest.h:37
Definition PlayScreenModel.h:5
Definition LibraryCollection.h:5
Definition UIPropertyBag.h:5