LeviLamina
Loading...
Searching...
No Matches
TrailComponent.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
8// auto generated forward declare list
9// clang-format off
10class Actor;
11class BlockLegacy;
12// clang-format on
13
15public:
16 // member variables
17 // NOLINTBEGIN
18 ::ll::TypedStorage<8, 8, ::BlockLegacy const*> mBlockType;
19 ::ll::TypedStorage<4, 12, ::Vec3> mSpawnOffset;
20 // NOLINTEND
21
22public:
23 // member functions
24 // NOLINTBEGIN
25 MCNAPI void initFromDefinition(::Actor const& actor);
26 // NOLINTEND
27};
Definition Actor.h:103
Definition BlockLegacy.h:88
Definition TrailComponent.h:14
MCAPI void initFromDefinition(::Actor const &actor)