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
10
class
IPackManifestFactory
;
11
// clang-format on
12
13
class
IContentCatalogPackSource
:
public
::PackSource
{
14
public
:
15
// virtual functions
16
// NOLINTBEGIN
17
virtual
void
refreshCatalogItems(::IPackManifestFactory&) = 0;
18
19
virtual
void
setEnabled(
bool
enabled) = 0;
20
21
virtual
~IContentCatalogPackSource()
/*override*/
=
default
;
22
// NOLINTEND
23
24
public
:
25
// virtual function thunks
26
// NOLINTBEGIN
27
28
// NOLINTEND
29
30
public
:
31
// vftables
32
// NOLINTBEGIN
33
MCNAPI
static
void
**
$vftable
();
34
// NOLINTEND
35
};
IContentCatalogPackSource
Definition
IContentCatalogPackSource.h:5
IContentCatalogPackSource::$vftable
static MCAPI void ** $vftable()
IPackManifestFactory
Definition
IPackManifestFactory.h:17
PackSource
Definition
PackSource.h:28
src-client
mc
client
resources
IContentCatalogPackSource.h
Generated on
for LeviLamina by
1.16.1