LeviLamina
Loading...
Searching...
No Matches
StructureBlockInfo.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/level/BlockPos.h"
7
8// auto generated forward declare list
9// clang-format off
10class Block;
11class CompoundTag;
12// clang-format on
13
14namespace br::worldgen {
15
17public:
18 // member variables
19 // NOLINTBEGIN
20 ::ll::TypedStorage<4, 12, ::BlockPos> mPos;
21 ::ll::TypedStorage<8, 8, ::Block const*> mBlock;
22 ::ll::TypedStorage<8, 8, ::Block const*> mExtraBlock;
23 ::ll::TypedStorage<8, 16, ::std::shared_ptr<::CompoundTag>> mTag;
24 // NOLINTEND
25
26public:
27 // member functions
28 // NOLINTBEGIN
30 // NOLINTEND
31
32public:
33 // static functions
34 // NOLINTBEGIN
35 MCNAPI static ::br::worldgen::StructureBlockInfo
36 from(::BlockPos pos, ::Block const& state, ::Block const* extraBlockState);
37 // NOLINTEND
38
39public:
40 // destructor thunk
41 // NOLINTBEGIN
42 MCNAPI void $dtor();
43 // NOLINTEND
44};
45
46} // namespace br::worldgen
Definition BlockPos.h:18
Definition Block.h:38
Definition CompoundTag.h:13
Definition StructureBlockInfo.h:16
static MCAPI ::br::worldgen::StructureBlockInfo from(::BlockPos pos, ::Block const &state, ::Block const *extraBlockState)