LeviLamina
Loading...
Searching...
No Matches
EduCloudFetchProgressHandler.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/client/gui/EmptyProgressHandler.h"
7#include "mc/client/gui/ProgressAnimation.h"
8
9// auto generated forward declare list
10// clang-format off
12class PlayScreenModel;
13// clang-format on
14
16public:
17 // member variables
18 // NOLINTBEGIN
19 ::ll::TypedStorage<8, 16, ::std::shared_ptr<::PlayScreenModel>> mPlayScreenModel;
20 ::ll::TypedStorage<8, 8, ::std::chrono::steady_clock::time_point> mEduCloudFetchStartTime;
21 ::ll::TypedStorage<8, 8, ::std::chrono::milliseconds const> mDisplayInterval;
22 // NOLINTEND
23
24public:
25 // prevent constructor by default
26 EduCloudFetchProgressHandler();
27
28public:
29 // virtual functions
30 // NOLINTBEGIN
31 virtual void tick(::MinecraftScreenModel& minecraftScreenModel) /*override*/;
32
33 virtual void onCancel(::MinecraftScreenModel& minecraftScreenModel) /*override*/;
34
35 virtual ::std::string getProgressMessage(::MinecraftScreenModel&) const /*override*/;
36
37 virtual ::std::string getTitleText() const /*override*/;
38
39 virtual ::std::string getName() const /*override*/;
40
41 virtual ::ProgressAnimation showLoadingBar() const /*override*/;
42 // NOLINTEND
43
44public:
45 // member functions
46 // NOLINTBEGIN
47 MCAPI explicit EduCloudFetchProgressHandler(::std::shared_ptr<::PlayScreenModel> model);
48 // NOLINTEND
49
50public:
51 // constructor thunks
52 // NOLINTBEGIN
53 MCAPI void* $ctor(::std::shared_ptr<::PlayScreenModel> model);
54 // NOLINTEND
55
56public:
57 // virtual function thunks
58 // NOLINTBEGIN
59 MCAPI void $tick(::MinecraftScreenModel& minecraftScreenModel);
60
61 MCFOLD void $onCancel(::MinecraftScreenModel& minecraftScreenModel);
62
63 MCFOLD ::std::string $getProgressMessage(::MinecraftScreenModel&) const;
64
65 MCAPI ::std::string $getTitleText() const;
66
67 MCAPI ::std::string $getName() const;
68
69 MCFOLD ::ProgressAnimation $showLoadingBar() const;
70 // NOLINTEND
71
72public:
73 // vftables
74 // NOLINTBEGIN
75 MCNAPI static void** $vftable();
76 // NOLINTEND
77};
Definition EduCloudFetchProgressHandler.h:5
static MCAPI void ** $vftable()
Definition EmptyProgressHandler.h:5
Definition MinecraftScreenModel.h:5
Definition PlayScreenModel.h:5