LeviLamina
Loading...
Searching...
No Matches
ServerContentKeyProviderImpl.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
10class ContentIdentity;
11// clang-format on
12
13namespace ServerContentKeyProvider {
14
16public:
17 // virtual functions
18 // NOLINTBEGIN
19 // vIndex: 1
20 virtual ::std::string getContentKey(::ContentIdentity const& contentIdentity) const /*override*/;
21
22 // vIndex: 6
23 virtual bool canAccess(::ContentIdentity const&) const /*override*/;
24
25 // vIndex: 4
26 virtual void setTempContentKeys(::std::unordered_map<::ContentIdentity, ::std::string> const&) /*override*/;
27
28 // vIndex: 5
29 virtual void clearTempContentKeys() /*override*/;
30
31 // vIndex: 0
32 virtual ~ServerContentKeyProviderImpl() /*override*/ = default;
33 // NOLINTEND
34
35public:
36 // virtual function thunks
37 // NOLINTBEGIN
38 MCNAPI ::std::string $getContentKey(::ContentIdentity const& contentIdentity) const;
39
40 MCNAPI bool $canAccess(::ContentIdentity const&) const;
41
42 MCNAPI void $setTempContentKeys(::std::unordered_map<::ContentIdentity, ::std::string> const&);
43
44 MCNAPI void $clearTempContentKeys();
45 // NOLINTEND
46
47public:
48 // vftables
49 // NOLINTBEGIN
50 MCNAPI static void** $vftable();
51 // NOLINTEND
52};
53
54} // namespace ServerContentKeyProvider
Definition ContentIdentity.h:8
Definition IContentAccessibilityProvider.h:13
Definition ServerContentKeyProviderImpl.h:15
MCAPI void $setTempContentKeys(::std::unordered_map<::ContentIdentity, ::std::string > const &)
MCAPI::std::string $getContentKey(::ContentIdentity const &contentIdentity) const
MCAPI bool $canAccess(::ContentIdentity const &) const