LeviLamina
Loading...
Searching...
No Matches
JigsawBlockInfo.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/world/level/BlockPos.h"
7
#include "mc/world/level/levelgen/structure/JigsawEditorData.h"
8
9
// auto generated forward declare list
10
// clang-format off
11
class
Block
;
12
// clang-format on
13
14
class
JigsawBlockInfo
{
15
public
:
16
// member variables
17
// NOLINTBEGIN
18
::ll::TypedStorage<4, 12, ::BlockPos> mPos;
19
::ll::TypedStorage<8, 8, ::Block const*> mBlock;
20
::ll::TypedStorage<8, 8, ::Block const*> mFinalBlock;
21
::ll::TypedStorage<8, 144, ::JigsawEditorData> mEditorData;
22
// NOLINTEND
23
};
Block
Definition
Block.h:69
JigsawBlockInfo
Definition
JigsawBlockInfo.h:14
src
mc
world
level
levelgen
structure
structurepools
JigsawBlockInfo.h
Generated on
for LeviLamina by
1.16.1