LeviLamina
Loading...
Searching...
No Matches
SkinPackContentKeyProvider.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/resources/IContentKeyProvider.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
class
ContentIdentity
;
11
// clang-format on
12
13
class
SkinPackContentKeyProvider
:
public
::IContentKeyProvider
{
14
public
:
15
// virtual functions
16
// NOLINTBEGIN
17
virtual ::std::string getContentKey(
::ContentIdentity
const
&)
const
/*override*/
;
18
19
virtual
void
setTempContentKeys(::std::unordered_map<::ContentIdentity, ::std::string>
const
&)
/*override*/
;
20
21
virtual
void
clearTempContentKeys()
/*override*/
;
22
23
virtual
~SkinPackContentKeyProvider
()
/*override*/
=
default
;
24
// NOLINTEND
25
26
public
:
27
// virtual function thunks
28
// NOLINTBEGIN
29
#ifdef LL_PLAT_C
30
MCNAPI ::std::string $getContentKey(
::ContentIdentity
const
&)
const
;
31
32
MCNAPI
void
$setTempContentKeys(::std::unordered_map<::ContentIdentity, ::std::string>
const
&);
33
34
MCNAPI
void
$clearTempContentKeys();
35
#endif
36
37
38
// NOLINTEND
39
40
public
:
41
// vftables
42
// NOLINTBEGIN
43
MCNAPI
static
void
**
$vftable
();
44
// NOLINTEND
45
};
ContentIdentity
Definition
ContentIdentity.h:8
IContentKeyProvider
Definition
IContentKeyProvider.h:13
SkinPackContentKeyProvider
Definition
SkinPackContentKeyProvider.h:13
SkinPackContentKeyProvider::$vftable
static MCAPI void ** $vftable()
src
mc
resources
SkinPackContentKeyProvider.h
Generated on
for LeviLamina by
1.16.1