LeviLamina
Loading...
Searching...
No Matches
StructurePoolBlockTagRule.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 // member variables
13 // NOLINTBEGIN
14 ::ll::TypedStorage<8, 8, ::std::unique_ptr<::IStructurePoolBlockTagPredicate> const> mSourcePredicate;
15 ::ll::TypedStorage<8, 32, ::std::string const> mResultKey;
16 ::ll::TypedStorage<8, 32, ::std::string const> mResultValue;
17 // NOLINTEND
18
19public:
20 // prevent constructor by default
22
23public:
24 // member functions
25 // NOLINTBEGIN
27 ::std::unique_ptr<::IStructurePoolBlockTagPredicate>&& sourceBlockTagPredicate,
28 ::std::string resultKey,
29 ::std::string resultValue
30 );
31 // NOLINTEND
32
33public:
34 // constructor thunks
35 // NOLINTBEGIN
36 MCAPI void* $ctor(
37 ::std::unique_ptr<::IStructurePoolBlockTagPredicate>&& sourceBlockTagPredicate,
38 ::std::string resultKey,
39 ::std::string resultValue
40 );
41 // NOLINTEND
42};
Definition IStructurePoolBlockTagPredicate.h:12
Definition StructurePoolBlockTagRule.h:10