LeviLamina
Loading...
Searching...
No Matches
WorldRecovery_Unimplemented.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/application/storage_migration/WorldRecovery.h"
7#include "mc/deps/core/file/PathBuffer.h"
8#include "mc/deps/core/threading/Async.h"
9#include "mc/deps/core/utility/pub_sub/DeferralType.h"
10
11// auto generated forward declare list
12// clang-format off
13namespace Bedrock::PubSub { class DeferredSubscription; }
14// clang-format on
15
16namespace Bedrock {
17
19public:
20 // virtual functions
21 // NOLINTBEGIN
22 virtual void initialize() /*override*/;
23
24 virtual ::std::tuple<
27 doRecovery(
28 ::std::string_view,
29 ::std::function<void(::Bedrock::WorldRecovery::RecoveryUpdate const&)>,
30 ::Bedrock::PubSub::DeferralType
31 ) /*override*/;
32
33 virtual ::Core::PathBuffer<::std::string> const& getRecoveryDestinationPath() const /*override*/;
34
35 virtual ~WorldRecovery_Unimplemented() /*override*/ = default;
36 // NOLINTEND
37
38public:
39 // virtual function thunks
40 // NOLINTBEGIN
41#ifdef LL_PLAT_C
42 MCNAPI void $initialize();
43
44 MCNAPI ::std::tuple<
47 $doRecovery(
48 ::std::string_view,
49 ::std::function<void(::Bedrock::WorldRecovery::RecoveryUpdate const&)>,
50 ::Bedrock::PubSub::DeferralType
51 );
52
53 MCNAPI ::Core::PathBuffer<::std::string> const& $getRecoveryDestinationPath() const;
54#endif
55
56
57 // NOLINTEND
58
59public:
60 // vftables
61 // NOLINTBEGIN
62 MCNAPI static void** $vftableForImplBase();
63
65 // NOLINTEND
66};
67
68} // namespace Bedrock
Definition DeferredSubscription.h:10
Definition Async.h:8
Definition WorldRecovery_Unimplemented.h:18
static MCAPI void ** $vftableForImplBase()
static MCAPI void ** $vftableForEnableNonOwnerReferences()
Definition WorldRecovery.h:18
Definition WorldRecovery.h:56