LeviLamina
Loading...
Searching...
No Matches
RealmsLoadingLevelProgressHandler.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/client/gui/ProgressHandler.h"
7#include "mc/world/actor/player/LoadingState.h"
8
9// auto generated forward declare list
10// clang-format off
12// clang-format on
13
15public:
16 // member variables
17 // NOLINTBEGIN
18 ::ll::TypedStorage<8, 64, ::std::function<void()>> mOnTick;
19 ::ll::TypedStorage<8, 64, ::std::function<void()>> mOnCancel;
20 ::ll::TypedStorage<8, 32, ::std::string> mTitleText;
21 // NOLINTEND
22
23public:
24 // prevent constructor by default
25 RealmsLoadingLevelProgressHandler();
26
27public:
28 // virtual functions
29 // NOLINTBEGIN
30 virtual ~RealmsLoadingLevelProgressHandler() /*override*/ = default;
31
32 virtual void onStart(::MinecraftScreenModel&) /*override*/;
33
34 virtual void tick(::MinecraftScreenModel&) /*override*/;
35
36 virtual void onCancel(::MinecraftScreenModel& minecraftScreenModel) /*override*/;
37
38 virtual void onExit(::MinecraftScreenModel& minecraftScreenModel) /*override*/;
39
40 virtual ::LoadingState getLoadingState(::MinecraftScreenModel& minecraftScreenModel) const /*override*/;
41
42 virtual ::std::string getProgressMessage(::MinecraftScreenModel& minecraftScreenModel) const /*override*/;
43
44 virtual ::std::string getTitleText() const /*override*/;
45
46 virtual ::std::string getName() const /*override*/;
47 // NOLINTEND
48
49public:
50 // member functions
51 // NOLINTBEGIN
52 MCAPI explicit RealmsLoadingLevelProgressHandler(::std::string const& title);
53 // NOLINTEND
54
55public:
56 // constructor thunks
57 // NOLINTBEGIN
58 MCAPI void* $ctor(::std::string const& title);
59 // NOLINTEND
60
61public:
62 // virtual function thunks
63 // NOLINTBEGIN
64 MCFOLD void $onStart(::MinecraftScreenModel&);
65
66 MCFOLD void $tick(::MinecraftScreenModel&);
67
68 MCAPI void $onCancel(::MinecraftScreenModel& minecraftScreenModel);
69
70 MCFOLD void $onExit(::MinecraftScreenModel& minecraftScreenModel);
71
72 MCAPI ::LoadingState $getLoadingState(::MinecraftScreenModel& minecraftScreenModel) const;
73
74 MCAPI ::std::string $getProgressMessage(::MinecraftScreenModel& minecraftScreenModel) const;
75
76 MCFOLD ::std::string $getTitleText() const;
77
78 MCAPI ::std::string $getName() const;
79 // NOLINTEND
80
81public:
82 // vftables
83 // NOLINTBEGIN
84 MCNAPI static void** $vftable();
85 // NOLINTEND
86};
Definition MinecraftScreenModel.h:5
Definition ProgressHandler.h:5
Definition RealmsLoadingLevelProgressHandler.h:5
static MCAPI void ** $vftable()