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 BlockTagRulesLookupMap =
14 ::std::unordered_map<::std::string, ::std::vector<::std::unique_ptr<::StructurePoolBlockTagRule>> const*>;
15
16 using BlockTagRulesRegistryMap = ::std::vector<::std::unique_ptr<::std::vector<
17 ::std::unique_ptr<::StructurePoolBlockTagRule, ::std::default_delete<::StructurePoolBlockTagRule>>>>>;
18
19public:
20 // member variables
21 // NOLINTBEGIN
22 ::ll::TypedStorage<
23 8,
24 24,
25 ::std::vector<::std::unique_ptr<::std::vector<
26 ::std::unique_ptr<::StructurePoolBlockTagRule, ::std::default_delete<::StructurePoolBlockTagRule>>>>>>
27 mBlockTagRulesRegistry;
28 ::ll::TypedStorage<
29 8,
30 64,
31 ::std::unordered_map<::std::string, ::std::vector<::std::unique_ptr<::StructurePoolBlockTagRule>> const*>>
32 mBlockTagRuleLookupMap;
33 // NOLINTEND
34
35public:
36 // member functions
37 // NOLINTBEGIN
38 MCFOLD ::std::vector<::std::unique_ptr<::StructurePoolBlockTagRule>> const* lookupByName(::std::string name) const;
39
40 MCAPI void registerBlockTagRules(
41 ::std::string name,
42 ::std::unique_ptr<::std::vector<
43 ::std::unique_ptr<::StructurePoolBlockTagRule, ::std::default_delete<::StructurePoolBlockTagRule>>>>&&
44 ruleList
45 );
46
48 // NOLINTEND
49
50public:
51 // destructor thunk
52 // NOLINTBEGIN
53 MCAPI void $dtor();
54 // NOLINTEND
55};
Definition JigsawStructureBlockTagRulesRegistry.h:10
Definition StructurePoolBlockTagRule.h:12