LeviLamina
Loading...
Searching...
No Matches
IContentSourceRepository.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated forward declare list
6
// clang-format off
7
class
ResourceLocation
;
8
class
ResourcePackStack
;
9
struct
InvalidPacksFilterGroup
;
10
struct
PackInstanceId
;
11
// clang-format on
12
13
class
IContentSourceRepository
{
14
public
:
15
// virtual functions
16
// NOLINTBEGIN
17
// vIndex: 0
18
virtual
~IContentSourceRepository
() =
default
;
19
20
// vIndex: 1
21
virtual
void
deletePackFiles(
::ResourceLocation
const
&) = 0;
22
23
// vIndex: 2
24
virtual
void
postDeletePack(
::ResourceLocation
const
&) = 0;
25
26
// vIndex: 3
27
virtual ::std::vector<::ResourceLocation> getInvalidPacks(
::InvalidPacksFilterGroup
const
&)
const
= 0;
28
29
// vIndex: 4
30
virtual ::ResourcePackStack createStack(::std::vector<::PackInstanceId>
const
&) = 0;
31
// NOLINTEND
32
33
public
:
34
// virtual function thunks
35
// NOLINTBEGIN
36
37
// NOLINTEND
38
};
IContentSourceRepository
Definition
IContentSourceRepository.h:13
ResourceLocation
Definition
ResourceLocation.h:14
ResourcePackStack
Definition
ResourcePackStack.h:22
InvalidPacksFilterGroup
Definition
InvalidPacksFilterGroup.h:5
PackInstanceId
Definition
PackInstanceId.h:8
src-server
mc
resources
IContentSourceRepository.h
Generated on Sun Oct 12 2025 06:31:59 for LeviLamina by
1.12.0