LeviLamina
Loading...
Searching...
No Matches
TrailComponent.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7class Actor;
8class BlockLegacy;
9class Vec3;
10// clang-format on
11
13public:
14 // member variables
15 // NOLINTBEGIN
16 ::ll::TypedStorage<8, 8, ::BlockLegacy const*> mBlockType;
17 ::ll::TypedStorage<4, 12, ::Vec3> mSpawnOffset;
18 // NOLINTEND
19
20public:
21 // member functions
22 // NOLINTBEGIN
23 MCAPI void initFromDefinition(::Actor const& actor);
24 // NOLINTEND
25};
Definition Actor.h:104
Definition BlockLegacy.h:88
Definition Vec3.h:10
Definition TrailComponent.h:12