LeviLamina
Loading...
Searching...
No Matches
SkinPackKeyProvider.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 // vIndex: 1
18 virtual ::std::string getContentKey(::ContentIdentity const&) const /*override*/;
19
20 // vIndex: 4
21 virtual void setTempContentKeys(::std::unordered_map<::ContentIdentity, ::std::string> const&) /*override*/;
22
23 // vIndex: 5
24 virtual void clearTempContentKeys() /*override*/;
25
26 // vIndex: 0
27 virtual ~SkinPackKeyProvider() /*override*/ = default;
28 // NOLINTEND
29
30public:
31 // destructor thunk
32 // NOLINTBEGIN
33
34 // NOLINTEND
35
36public:
37 // virtual function thunks
38 // NOLINTBEGIN
39
40 // NOLINTEND
41};
Definition ContentIdentity.h:10
Definition IContentKeyProvider.h:13
Definition SkinPackKeyProvider.h:13