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
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
32 virtual ~TrailDescription() /*override*/;
33 // NOLINTEND
34
35public:
36 // destructor thunk
37 // NOLINTBEGIN
38 MCNAPI void $dtor();
39 // NOLINTEND
40
41public:
42 // virtual function thunks
43 // NOLINTBEGIN
44 MCNAPI char const* $getJsonName() const;
45
46 MCNAPI void $deserializeData(::DeserializeDataParams deserializeDataParams);
47
48
49 // NOLINTEND
50
51public:
52 // vftables
53 // NOLINTBEGIN
54 MCNAPI static void** $vftable();
55 // NOLINTEND
56};
Definition ActorComponentDescription.h:8
Definition DeserializeDataParams.h:16
Definition TrailDescription.h:16
MCAPI void $deserializeData(::DeserializeDataParams deserializeDataParams)
static MCAPI void ** $vftable()
MCAPI void $dtor()
MCAPI char const * $getJsonName() const