LeviLamina
Loading...
Searching...
No Matches
ResourceLoadProgressHandler.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/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, 8, ::std::chrono::steady_clock::time_point> mLastResourceLoadManagerCheck;
19 // NOLINTEND
20
21public:
22 // virtual functions
23 // NOLINTBEGIN
24 virtual ~ResourceLoadProgressHandler() /*override*/ = default;
25
26 virtual ::LoadingState getLoadingState(::MinecraftScreenModel& minecraftScreenModel) const /*override*/;
27
28 virtual ::std::string getProgressMessage(::MinecraftScreenModel& minecraftScreenModel) const /*override*/;
29
30 virtual void tick(::MinecraftScreenModel& minecraftScreenModel) /*override*/;
31
32 virtual ::std::string getName() const /*override*/;
33
34 virtual ::std::string getTitleText() const /*override*/;
35 // NOLINTEND
36
37public:
38 // member functions
39 // NOLINTBEGIN
40 MCAPI ResourceLoadProgressHandler();
41 // NOLINTEND
42
43public:
44 // constructor thunks
45 // NOLINTBEGIN
46 MCAPI void* $ctor();
47 // NOLINTEND
48
49public:
50 // virtual function thunks
51 // NOLINTBEGIN
52 MCAPI ::LoadingState $getLoadingState(::MinecraftScreenModel& minecraftScreenModel) const;
53
54 MCAPI ::std::string $getProgressMessage(::MinecraftScreenModel& minecraftScreenModel) const;
55
56 MCAPI void $tick(::MinecraftScreenModel& minecraftScreenModel);
57
58 MCAPI ::std::string $getName() const;
59
60 MCFOLD ::std::string $getTitleText() const;
61 // NOLINTEND
62
63public:
64 // vftables
65 // NOLINTBEGIN
66 MCNAPI static void** $vftable();
67 // NOLINTEND
68};
Definition EmptyProgressHandler.h:5
Definition MinecraftScreenModel.h:5
Definition ResourceLoadProgressHandler.h:5
static MCAPI void ** $vftable()