LeviLamina
Loading...
Searching...
No Matches
LegacyStructureBlockInfo.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
10
class
Block
;
11
class
CompoundTag
;
12
// clang-format on
13
14
class
LegacyStructureBlockInfo
{
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&> mExtraBlock;
21
::ll::TypedStorage<8, 8, ::std::unique_ptr<::CompoundTag>> mTag;
22
// NOLINTEND
23
24
public
:
25
// prevent constructor by default
26
LegacyStructureBlockInfo
& operator=(
LegacyStructureBlockInfo
const
&);
27
LegacyStructureBlockInfo
(
LegacyStructureBlockInfo
const
&);
28
LegacyStructureBlockInfo
();
29
};
Block
Definition
Block.h:38
CompoundTag
Definition
CompoundTag.h:13
LegacyStructureBlockInfo
Definition
LegacyStructureBlockInfo.h:14
src
mc
world
level
levelgen
structure
LegacyStructureBlockInfo.h
Generated on Fri Jun 13 2025 05:05:20 for LeviLamina by
1.12.0