LeviLamina
Loading...
Searching...
No Matches
IContentCatalogPackSource.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/resources/PackSource.h"
7
8// auto generated forward declare list
9// clang-format off
11namespace Bedrock::PubSub { class Subscription; }
12// clang-format on
13
15public:
16 // virtual functions
17 // NOLINTBEGIN
18 // vIndex: 6
19 virtual void refreshCatalogItems(::IPackManifestFactory&) = 0;
20
21 // vIndex: 7
22 virtual ::Bedrock::PubSub::Subscription setAsyncCallback(::std::function<void(bool)>) = 0;
23
24 // vIndex: 8
25 virtual void setEnabled(bool) = 0;
26
27 // vIndex: 0
28 virtual ~IContentCatalogPackSource() /*override*/ = default;
29 // NOLINTEND
30
31public:
32 // virtual function thunks
33 // NOLINTBEGIN
34
35 // NOLINTEND
36};
Definition IContentCatalogPackSource.h:14
Definition IPackManifestFactory.h:14
Definition PackSource.h:20