LeviLamina
Loading...
Searching...
No Matches
IWorldTemplateManager.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/core/utility/EnableNonOwnerReferences.h"
7
8// auto generated forward declare list
9// clang-format off
11namespace Bedrock::PubSub { class Subscription; }
12namespace mce { class UUID; }
13// clang-format on
14
16public:
17 // virtual functions
18 // NOLINTBEGIN
19 // vIndex: 0
20 virtual ~IWorldTemplateManager() /*override*/;
21
22 // vIndex: 1
23 virtual ::WorldTemplateInfo const* findInstalledWorldTemplateByUUID(::std::vector<::mce::UUID> const&) const = 0;
24
25 // vIndex: 2
26 virtual ::Bedrock::PubSub::Subscription
27 registerModifiedCallback(::std::function<void(::std::pair<::std::string, bool> const&)>) = 0;
28
29 // vIndex: 3
30 virtual ::std::vector<::std::unique_ptr<::WorldTemplateInfo>> const& getLocalTemplates() const = 0;
31 // NOLINTEND
32
33public:
34 // destructor thunk
35 // NOLINTBEGIN
36 MCFOLD void $dtor();
37 // NOLINTEND
38
39public:
40 // virtual function thunks
41 // NOLINTBEGIN
42
43 // NOLINTEND
44};
Definition EnableNonOwnerReferences.h:7
Definition IWorldTemplateManager.h:15
Definition WorldTemplateInfo.h:10