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
24
public
:
25
// prevent constructor by default
26
JigsawBlockInfo
& operator=(
JigsawBlockInfo
const
&);
27
JigsawBlockInfo
(
JigsawBlockInfo
const
&);
28
JigsawBlockInfo
();
29
30
public
:
31
// member functions
32
// NOLINTBEGIN
33
MCAPI
JigsawBlockInfo
(
::JigsawBlockInfo
&&);
34
35
MCAPI
JigsawBlockInfo
(
36
::BlockPos
const
& pos,
37
::Block
const
* block,
38
::Block
const
* finalBlock,
39
::JigsawEditorData
editorData
40
);
41
42
MCAPI
~JigsawBlockInfo
();
43
// NOLINTEND
44
45
public
:
46
// constructor thunks
47
// NOLINTBEGIN
48
MCAPI
void
* $ctor(
::JigsawBlockInfo
&&);
49
50
MCAPI
void
*
51
$ctor(
::BlockPos
const
& pos,
::Block
const
* block,
::Block
const
* finalBlock,
::JigsawEditorData
editorData);
52
// NOLINTEND
53
54
public
:
55
// destructor thunk
56
// NOLINTBEGIN
57
MCAPI
void
$dtor();
58
// NOLINTEND
59
};
BlockPos
Definition
BlockPos.h:17
Block
Definition
Block.h:37
JigsawBlockInfo
Definition
JigsawBlockInfo.h:14
JigsawEditorData
Definition
JigsawEditorData.h:14
src-server
mc
world
level
levelgen
structure
structurepools
JigsawBlockInfo.h
Generated on Tue Oct 28 2025 05:32:44 for LeviLamina by
1.12.0