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
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
45 virtual ~TransformationDescription() /*override*/;
46 // NOLINTEND
47
48public:
49 // destructor thunk
50 // NOLINTBEGIN
51 MCAPI void $dtor();
52 // NOLINTEND
53
54public:
55 // virtual function thunks
56 // NOLINTBEGIN
57 MCAPI char const* $getJsonName() const;
58
59 MCAPI void $deserializeData(::DeserializeDataParams deserializeDataParams);
60
61
62 // NOLINTEND
63
64public:
65 // vftables
66 // NOLINTBEGIN
67 MCNAPI static void** $vftable();
68 // NOLINTEND
69};
Definition ActorComponentDescription.h:8
Definition DeserializeDataParams.h:16
Definition TransformationDescription.h:15
static MCAPI void ** $vftable()