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