LeviLamina
Loading...
Searching...
No Matches
TrailDescription.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/deps/core/string/HashedString.h"
8#include "mc/world/actor/ActorComponentDescription.h"
9#include "mc/world/actor/ActorFilterGroup.h"
10
11// auto generated forward declare list
12// clang-format off
14// clang-format on
15
16struct TrailDescription : public ::ActorComponentDescription {
17public:
18 // member variables
19 // NOLINTBEGIN
20 ::ll::TypedStorage<8, 64, ::ActorFilterGroup> mSpawnCondition;
21 ::ll::TypedStorage<8, 48, ::HashedString> mBlockType;
22 ::ll::TypedStorage<4, 12, ::Vec3> mSpawnOffset;
23 // NOLINTEND
24
25public:
26 // virtual functions
27 // NOLINTBEGIN
28 virtual char const* getJsonName() const /*override*/;
29
30 virtual void deserializeData(::DeserializeDataParams deserializeDataParams) /*override*/;
31 // NOLINTEND
32
33public:
34 // member functions
35 // NOLINTBEGIN
36 MCAPI TrailDescription();
37 // NOLINTEND
38
39public:
40 // constructor thunks
41 // NOLINTBEGIN
42 MCAPI void* $ctor();
43 // NOLINTEND
44
45public:
46 // virtual function thunks
47 // NOLINTBEGIN
48 MCAPI char const* $getJsonName() const;
49
50 MCAPI void $deserializeData(::DeserializeDataParams deserializeDataParams);
51
52
53 // NOLINTEND
54
55public:
56 // vftables
57 // NOLINTBEGIN
58 MCNAPI static void** $vftable();
59 // NOLINTEND
60};
Definition ActorComponentDescription.h:8
Definition DeserializeDataParams.h:13
static MCAPI void ** $vftable()