3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/client/gui/DirtyFlag.h"
7#include "mc/client/gui/SceneType.h"
8#include "mc/client/gui/screens/controllers/MainMenuScreenController.h"
9#include "mc/client/library/EduDeeplinkObserver.h"
10#include "mc/deps/core/threading/TaskGroup.h"
22 ::ll::TypedStorage<8, 32, ::std::string> mJoincode;
23 ::ll::TypedStorage<8, 336, ::TaskGroup> mTaskGroup;
24 ::ll::TypedStorage<1, 1, bool> mWasDedicatedServerEnabled;
25 ::ll::TypedStorage<1, 1, bool> mPollingForDedicatedServerStatus;
26 ::ll::TypedStorage<8, 16, ::std::shared_ptr<::PlayScreenModel>> mPlayScreenModel;
27 ::ll::TypedStorage<8, 16, ::std::shared_ptr<::JoincodeEntryScreenController>> mJoincodeScreenController;
32 EDUPlayScreenController();
37 virtual ~EDUPlayScreenController() ;
39 virtual void onEntered() ;
41 virtual void onOpen() ;
43 virtual ::ui::DirtyFlag tick() ;
45 virtual ::ui::SceneType getSceneType() const ;
47 virtual
bool onJoincodeReceived(::std::
string const& encodedJoincode) ;
53 MCAPI EDUPlayScreenController(::std::shared_ptr<::PlayScreenModel> model, ::std::
string encodedJoincode);
55 MCAPI
void _registerEventHandlers();
61 MCAPI
void* $ctor(::std::shared_ptr<::PlayScreenModel> model, ::std::
string encodedJoincode);
73 MCAPI
void $onEntered();
77 MCAPI ::ui::DirtyFlag $tick();
79 MCFOLD ::ui::SceneType $getSceneType() const;
81 MCAPI
bool $onJoincodeReceived(::std::
string const& encodedJoincode);
Definition EDUPlayScreenController.h:5
static MCAPI void ** $vftableForScreenController()
static MCAPI void ** $vftableForEnableNonOwnerReferences()
static MCAPI void ** $vftable()
Definition EduDeeplinkObserver.h:5
Definition JoincodeEntryScreenController.h:5
Definition MainMenuScreenController.h:5
Definition PlayScreenModel.h:5