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/IAsyncResult.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 // vIndex: 1
23 virtual void initialize() /*override*/;
24
25 // vIndex: 2
26 virtual ::std::tuple<
27 ::std::shared_ptr<::Bedrock::Threading::IAsyncResult<::Bedrock::WorldRecovery::RecoveryResult>>,
29 doRecovery(
30 ::std::string_view,
31 ::std::function<void(::Bedrock::WorldRecovery::RecoveryUpdate const&)>,
32 ::Bedrock::PubSub::DeferralType
33 ) /*override*/;
34
35 // vIndex: 3
36 virtual ::Core::PathBuffer<::std::string> const& getRecoveryDestinationPath() const /*override*/;
37
38 // vIndex: 0
39 virtual ~WorldRecovery_Unimplemented() /*override*/ = default;
40 // NOLINTEND
41
42public:
43 // virtual function thunks
44 // NOLINTBEGIN
45
46 // NOLINTEND
47};
48
49} // namespace Bedrock
Definition DeferredSubscription.h:10
Definition WorldRecovery_Unimplemented.h:18
Definition WorldRecovery.h:18
Definition WorldRecovery.h:27