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
7class Block;
8class CompoundTag;
10// clang-format on
11
13public:
14 // member variables
15 // NOLINTBEGIN
16 ::ll::TypedStorage<8, 8, ::std::unique_ptr<::IStructurePoolBlockTagPredicate> const> mSourcePredicate;
17 ::ll::TypedStorage<8, 32, ::std::string const> mResultKey;
18 ::ll::TypedStorage<8, 32, ::std::string const> mResultValue;
19 // NOLINTEND
20
21public:
22 // member functions
23 // NOLINTBEGIN
25 ::std::unique_ptr<::IStructurePoolBlockTagPredicate>&& sourceBlockTagPredicate,
26 ::std::string resultKey,
27 ::std::string resultValue
28 );
29
30 MCAPI bool processRule(::Block const& sourceBlock, ::CompoundTag& sourceTag) const;
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 Block.h:36
Definition CompoundTag.h:13
Definition IStructurePoolBlockTagPredicate.h:12
Definition StructurePoolBlockTagRule.h:12