13class StructurePoolBlockTagRule {
17 ::ll::TypedStorage<8, 8, ::std::unique_ptr<::IStructurePoolBlockTagPredicate>
const> mSourcePredicate;
18 ::ll::TypedStorage<8, 32, ::std::string const> mResultKey;
19 ::ll::TypedStorage<8, 32, ::std::string const> mResultValue;
24 StructurePoolBlockTagRule();
29 MCAPI StructurePoolBlockTagRule(
30 ::std::unique_ptr<::IStructurePoolBlockTagPredicate>&& sourceBlockTagPredicate,
31 ::std::string resultKey,
32 ::std::string resultValue
39 MCAPI ~StructurePoolBlockTagRule();
46 ::std::unique_ptr<::IStructurePoolBlockTagPredicate>&& sourceBlockTagPredicate,
47 ::std::string resultKey,
48 ::std::string resultValue