LeviLamina
Loading...
Searching...
No Matches
ServerContentKeyProvider.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/resources/IContentAccessibilityProvider.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
class
ContentIdentity
;
11
// clang-format on
12
13
class
ServerContentKeyProvider
:
public
::IContentAccessibilityProvider
{
14
public
:
15
// virtual functions
16
// NOLINTBEGIN
17
// vIndex: 1
18
virtual ::std::string getContentKey(
::ContentIdentity
const
& contentIdentity)
const
/*override*/
;
19
20
// vIndex: 6
21
virtual
bool
canAccess(
::ContentIdentity
const
& contentIdentity)
const
/*override*/
;
22
23
// vIndex: 4
24
virtual
void
setTempContentKeys(::std::unordered_map<::ContentIdentity, ::std::string>
const
&)
/*override*/
;
25
26
// vIndex: 5
27
virtual
void
clearTempContentKeys()
/*override*/
;
28
29
// vIndex: 0
30
virtual
~ServerContentKeyProvider
()
/*override*/
=
default
;
31
// NOLINTEND
32
33
public
:
34
// destructor thunk
35
// NOLINTBEGIN
36
37
// NOLINTEND
38
39
public
:
40
// virtual function thunks
41
// NOLINTBEGIN
42
MCAPI ::std::string $getContentKey(
::ContentIdentity
const
& contentIdentity)
const
;
43
44
MCFOLD
bool
$canAccess(
::ContentIdentity
const
& contentIdentity)
const
;
45
46
MCFOLD
void
$setTempContentKeys(::std::unordered_map<::ContentIdentity, ::std::string>
const
&);
47
48
MCFOLD
void
$clearTempContentKeys();
49
// NOLINTEND
50
51
public
:
52
// vftables
53
// NOLINTBEGIN
54
MCAPI
static
void
** $vftable();
55
// NOLINTEND
56
};
ContentIdentity
Definition
ContentIdentity.h:10
IContentAccessibilityProvider
Definition
IContentAccessibilityProvider.h:13
ServerContentKeyProvider
Definition
ServerContentKeyProvider.h:13
src
mc
resources
ServerContentKeyProvider.h
Generated on Sat Apr 26 2025 05:55:50 for LeviLamina by
1.12.0