3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/client/gui/DirtyFlag.h"
7#include "mc/client/gui/screens/controllers/MinecraftScreenController.h"
8#include "mc/social/EduDedicatedServerDetails.h"
13 using OnConfirmPasscode = ::std::function<void(::Social::EduDedicatedServerDetails
const&, ::std::string
const&)>;
18 ::ll::TypedStorage<4, 4, int> mPrevCaretPosition;
19 ::ll::TypedStorage<8, 32, ::std::string> mPasscode;
20 ::ll::TypedStorage<8, 32, ::std::string> mDisplayedPasscode;
21 ::ll::TypedStorage<1, 1, bool> mHidePasscode;
22 ::ll::TypedStorage<1, 1, bool> mShowPasscodeTooltip;
23 ::ll::TypedStorage<8, 88, ::Social::EduDedicatedServerDetails> mServerDetails;
24 ::ll::TypedStorage<8, 64, ::std::function<void(::Social::EduDedicatedServerDetails
const&, ::std::string
const&)>>
31 virtual ~EDUPasscodeEntryScreenController() =
default;
33 virtual ::ui::DirtyFlag tick() ;
39 MCAPI ::ui::DirtyFlag $tick();
Definition EDUPasscodeEntryScreenController.h:5
Definition MinecraftScreenController.h:5