LeviLamina
Loading...
Searching...
No Matches
LegacyStructureActorInfo.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated forward declare list
6
// clang-format off
7
class
BlockPos
;
8
class
CompoundTag
;
9
class
Vec3
;
10
// clang-format on
11
12
class
LegacyStructureActorInfo
{
13
public
:
14
// member variables
15
// NOLINTBEGIN
16
::ll::TypedStorage<4, 12, ::Vec3> mPos;
17
::ll::TypedStorage<4, 12, ::BlockPos> mBlockPos;
18
::ll::TypedStorage<8, 24, ::CompoundTag> mTag;
19
// NOLINTEND
20
21
public
:
22
// member functions
23
// NOLINTBEGIN
24
MCAPI
LegacyStructureActorInfo
(
::Vec3
const
& pos,
::BlockPos
const
& blockPos,
::CompoundTag
tag);
25
// NOLINTEND
26
27
public
:
28
// constructor thunks
29
// NOLINTBEGIN
30
MCAPI
void
* $ctor(
::Vec3
const
& pos,
::BlockPos
const
& blockPos,
::CompoundTag
tag);
31
// NOLINTEND
32
};
BlockPos
Definition
BlockPos.h:18
CompoundTag
Definition
CompoundTag.h:13
LegacyStructureActorInfo
Definition
LegacyStructureActorInfo.h:12
Vec3
Definition
Vec3.h:10
src
mc
world
level
levelgen
structure
LegacyStructureActorInfo.h
Generated on Sat Apr 26 2025 05:56:26 for LeviLamina by
1.12.0