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
11public:
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
19public:
20 // prevent constructor by default
22
23public:
24 // member functions
25 // NOLINTBEGIN
26 MCNAPI LegacyStructureActorInfo(::Vec3 const& pos, ::BlockPos const& blockPos, ::CompoundTag tag);
27 // NOLINTEND
28
29public:
30 // constructor thunks
31 // NOLINTBEGIN
32 MCNAPI void* $ctor(::Vec3 const& pos, ::BlockPos const& blockPos, ::CompoundTag tag);
33 // NOLINTEND
34};
Definition BlockPos.h:18
Definition CompoundTag.h:13
Definition LegacyStructureActorInfo.h:10
MCAPI LegacyStructureActorInfo(::Vec3 const &pos, ::BlockPos const &blockPos, ::CompoundTag tag)
MCAPI void * $ctor(::Vec3 const &pos, ::BlockPos const &blockPos, ::CompoundTag tag)
Definition Vec3.h:10