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 48,
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};
Definition BlockPos.h:21
Definition BlockSource.h:73
Definition Block.h:69
Definition flat_map.h:15
Definition move_only_function.h:9
Definition BlockPatternData.h:16