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 // NOLINTEND
35
36public:
37 // virtual function thunks
38 // NOLINTBEGIN
39#ifdef LL_PLAT_C
40 MCNAPI void $initialize();
41
42 MCNAPI ::std::tuple<
45 $doRecovery(
46 ::std::string_view,
47 ::std::function<void(::Bedrock::WorldRecovery::RecoveryUpdate const&)>,
48 ::Bedrock::PubSub::DeferralType
49 );
50
51 MCNAPI ::Core::PathBuffer<::std::string> const& $getRecoveryDestinationPath() const;
52#endif
53
54
55 // NOLINTEND
56
57public:
58 // vftables
59 // NOLINTBEGIN
60 MCNAPI static void** $vftableForImplBase();
61
63 // NOLINTEND
64};
65
66} // 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:78