LeviLamina
Loading...
Searching...
No Matches
JigsawStructureBlockTagRulesRegistry.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
8// clang-format on
9
11public:
12 // JigsawStructureBlockTagRulesRegistry inner types define
13 using BlockTagRulesRegistryMap =
14 ::std::vector<::std::unique_ptr<::std::vector<::std::unique_ptr<::StructurePoolBlockTagRule>>>>;
15
16 using BlockTagRulesLookupMap =
17 ::std::unordered_map<::std::string, ::std::vector<::std::unique_ptr<::StructurePoolBlockTagRule>> const*>;
18
19public:
20 // member variables
21 // NOLINTBEGIN
22 ::ll::TypedStorage<
23 8,
24 24,
25 ::std::vector<::std::unique_ptr<::std::vector<::std::unique_ptr<::StructurePoolBlockTagRule>>>>>
26 mBlockTagRulesRegistry;
27 ::ll::TypedStorage<
28 8,
29 64,
30 ::std::unordered_map<::std::string, ::std::vector<::std::unique_ptr<::StructurePoolBlockTagRule>> const*>>
31 mBlockTagRuleLookupMap;
32 // NOLINTEND
33
34public:
35 // member functions
36 // NOLINTBEGIN
37 MCFOLD ::std::vector<::std::unique_ptr<::StructurePoolBlockTagRule>> const* lookupByName(::std::string name) const;
38
39 MCAPI void registerBlockTagRules(
40 ::std::string name,
41 ::std::unique_ptr<::std::vector<::std::unique_ptr<::StructurePoolBlockTagRule>>>&& ruleList
42 );
43
45 // NOLINTEND
46
47public:
48 // destructor thunk
49 // NOLINTBEGIN
50 MCAPI void $dtor();
51 // NOLINTEND
52};
Definition JigsawStructureBlockTagRulesRegistry.h:10
Definition StructurePoolBlockTagRule.h:12