LeviLamina
Loading...
Searching...
No Matches
WorldTemplateSource.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/client/gui/screens/models/ContentSource.h"
7#include "mc/deps/core/utility/NonOwnerPointer.h"
8
9// auto generated forward declare list
10// clang-format off
12struct ContentItem;
13// clang-format on
14
16public:
17 // member variables
18 // NOLINTBEGIN
19 ::ll::TypedStorage<8, 24, ::Bedrock::NotNullNonOwnerPtr<::IWorldTemplateManager>> mWorldTemplateManager;
20 // NOLINTEND
21
22public:
23 // virtual functions
24 // NOLINTBEGIN
25 virtual ~WorldTemplateSource() /*override*/ = default;
26
27 virtual void load() /*override*/;
28
29 virtual void generateItems(::std::vector<::std::shared_ptr<::ContentItem>>& content) /*override*/;
30
31 virtual void deleteContentFiles(::std::vector<::std::shared_ptr<::ContentItem const>> const& items) /*override*/;
32
33 virtual void postDeleteContent(::std::vector<::std::shared_ptr<::ContentItem const>> const& items) /*override*/;
34 // NOLINTEND
35
36public:
37 // virtual function thunks
38 // NOLINTBEGIN
39 MCAPI void $load();
40
41 MCAPI void $generateItems(::std::vector<::std::shared_ptr<::ContentItem>>& content);
42
43 MCFOLD void $deleteContentFiles(::std::vector<::std::shared_ptr<::ContentItem const>> const& items);
44
45 MCAPI void $postDeleteContent(::std::vector<::std::shared_ptr<::ContentItem const>> const& items);
46 // NOLINTEND
47
48public:
49 // vftables
50 // NOLINTBEGIN
51 MCNAPI static void** $vftable();
52 // NOLINTEND
53};
Definition IWorldTemplateManager.h:17
Definition ContentItem.h:5
Definition ContentSource.h:5
Definition WorldTemplateSource.h:5
static MCAPI void ** $vftable()