LeviLamina
Loading...
Searching...
No Matches
JigsawStructureBlockInfo.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7class Block;
8class BlockPos;
9class CompoundTag;
10// clang-format on
11
13public:
14 // member variables
15 // NOLINTBEGIN
16 ::ll::TypedStorage<4, 12, ::BlockPos> mPos;
17 ::ll::TypedStorage<8, 8, ::Block const&> mBlock;
18 ::ll::TypedStorage<8, 8, ::std::unique_ptr<::CompoundTag>> mTag;
19 // NOLINTEND
20};
Definition BlockPos.h:18
Definition Block.h:36
Definition CompoundTag.h:13
Definition JigsawStructureBlockInfo.h:12