LeviLamina
Loading...
Searching...
No Matches
BlockPatternData.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/platform/brstd/flat_map.h"
7#include "mc/platform/brstd/move_only_function.h"
8
9// auto generated forward declare list
10// clang-format off
11class Block;
12class BlockPos;
13class BlockSource;
14// clang-format on
15
17public:
18 // member variables
19 // NOLINTBEGIN
20 ::ll::TypedStorage<8, 24, ::std::vector<::std::string>> mPattern;
21 ::ll::TypedStorage<
22 8,
23 56,
25 char,
26 ::brstd::move_only_function<bool(::BlockSource&, ::BlockPos const&, ::Block const&) const>,
27 ::std::less<char>,
28 ::std::vector<char>,
29 ::std::vector<::brstd::move_only_function<bool(::BlockSource&, ::BlockPos const&, ::Block const&) const>>>>
30 mLookup;
31 ::ll::TypedStorage<4, 4, int> mPatternLength;
32 // NOLINTEND
33
34public:
35 // member functions
36 // NOLINTBEGIN
37 MCAPI ~BlockPatternData();
38 // NOLINTEND
39
40public:
41 // destructor thunk
42 // NOLINTBEGIN
43 MCFOLD void $dtor();
44 // NOLINTEND
45};
Definition BlockPos.h:17
Definition BlockSource.h:66
Definition Block.h:38
Definition flat_map.h:8
Definition move_only_function.h:9
Definition BlockPatternData.h:16