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