14 using TemplateItemIdToPatternIdMap = ::std::unordered_map<::HashedString, ::HashedString>;
16 using PatternIdMapToTemplateItemId = ::std::unordered_map<::HashedString, ::HashedString>;
21 ::ll::TypedStorage<8, 64, ::std::unordered_map<::HashedString, ::HashedString>> mTemplateItemToPatternIdMap;
22 ::ll::TypedStorage<8, 64, ::std::unordered_map<::HashedString, ::HashedString>> mPatternIdToTemplateItemMap;
28 MCAPI ::std::optional<::HashedString> getPatternIdByItem(
::HashedString const& itemId)
const;