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
10class ContentIdentity;
11// clang-format on
12
14public:
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
26public:
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
40public:
41 // vftables
42 // NOLINTBEGIN
43 MCNAPI static void** $vftable();
44 // NOLINTEND
45};
Definition ContentIdentity.h:8
Definition IContentKeyProvider.h:13
Definition SkinPackContentKeyProvider.h:13
static MCAPI void ** $vftable()