LeviLamina
Loading...
Searching...
No Matches
EDUPasscodeEntryScreenController.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/client/gui/DirtyFlag.h"
7#include "mc/client/gui/screens/controllers/MinecraftScreenController.h"
8#include "mc/social/EduDedicatedServerDetails.h"
9
11public:
12 // EDUPasscodeEntryScreenController inner types define
13 using OnConfirmPasscode = ::std::function<void(::Social::EduDedicatedServerDetails const&, ::std::string const&)>;
14
15public:
16 // member variables
17 // NOLINTBEGIN
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&)>>
25 mOnConfirmPasscode;
26 // NOLINTEND
27
28public:
29 // virtual functions
30 // NOLINTBEGIN
31 virtual ~EDUPasscodeEntryScreenController() /*override*/ = default;
32
33 virtual ::ui::DirtyFlag tick() /*override*/;
34 // NOLINTEND
35
36public:
37 // virtual function thunks
38 // NOLINTBEGIN
39 MCAPI ::ui::DirtyFlag $tick();
40 // NOLINTEND
41};
Definition EDUPasscodeEntryScreenController.h:5
Definition MinecraftScreenController.h:5