LeviLamina
Loading...
Searching...
No Matches
TransformationDescription.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/shared_types/legacy/LevelSoundEvent.h"
7#include "mc/world/actor/ActorComponentDescription.h"
8#include "mc/world/actor/ActorDefinitionIdentifier.h"
9
10// auto generated forward declare list
11// clang-format off
13// clang-format on
14
15struct TransformationDescription : public ::ActorComponentDescription {
16public:
17 // member variables
18 // NOLINTBEGIN
19 ::ll::TypedStorage<8, 176, ::ActorDefinitionIdentifier> mEntityName;
20 ::ll::TypedStorage<4, 4, int> mDelayTicks;
21 ::ll::TypedStorage<4, 4, int> mDelayTicksRangeMin;
22 ::ll::TypedStorage<4, 4, int> mDelayTicksRangeMax;
23 ::ll::TypedStorage<1, 1, bool> mDropEquipment;
24 ::ll::TypedStorage<1, 1, bool> mDropInventory;
25 ::ll::TypedStorage<1, 1, bool> mPreserveEquipment;
26 ::ll::TypedStorage<8, 24, ::std::vector<::SharedTypes::Legacy::LevelSoundEvent>> mBeginTransformSound;
27 ::ll::TypedStorage<8, 24, ::std::vector<::SharedTypes::Legacy::LevelSoundEvent>> mTransformSound;
28 ::ll::TypedStorage<4, 4, float> mBlockAssistChance;
29 ::ll::TypedStorage<4, 4, int> mBlockRadius;
30 ::ll::TypedStorage<4, 4, int> mBlockMax;
31 ::ll::TypedStorage<4, 4, float> mBlockChance;
32 ::ll::TypedStorage<8, 24, ::std::vector<::std::string>> mBlockTypes;
33 ::ll::TypedStorage<8, 24, ::std::vector<::std::string>> mAddComponentGroups;
34 ::ll::TypedStorage<1, 1, bool> mMaintainOwner;
35 ::ll::TypedStorage<1, 1, bool> mMaintainTradeLevel;
36 // NOLINTEND
37
38public:
39 // virtual functions
40 // NOLINTBEGIN
41 virtual char const* getJsonName() const /*override*/;
42
43 virtual void deserializeData(::DeserializeDataParams deserializeDataParams) /*override*/;
44 // NOLINTEND
45
46public:
47 // member functions
48 // NOLINTBEGIN
49 MCAPI TransformationDescription();
50 // NOLINTEND
51
52public:
53 // constructor thunks
54 // NOLINTBEGIN
55 MCAPI void* $ctor();
56 // NOLINTEND
57
58public:
59 // virtual function thunks
60 // NOLINTBEGIN
61 MCAPI char const* $getJsonName() const;
62
63 MCAPI void $deserializeData(::DeserializeDataParams deserializeDataParams);
64
65
66 // NOLINTEND
67
68public:
69 // vftables
70 // NOLINTBEGIN
71 MCNAPI static void** $vftable();
72 // NOLINTEND
73};
Definition ActorComponentDescription.h:8
Definition DeserializeDataParams.h:13
static MCAPI void ** $vftable()