LeviLamina
Loading...
Searching...
No Matches
ActorPropertiesDescription.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/actor/DefintionDescription.h"
7
8// auto generated forward declare list
9// clang-format off
10class PropertyGroup;
11// clang-format on
12
14public:
15 // member variables
16 // NOLINTBEGIN
17 ::ll::TypedStorage<8, 16, ::std::shared_ptr<::PropertyGroup const>> mPropertyGroup;
18 // NOLINTEND
19
20public:
21 // prevent constructor by default
24
25public:
26 // virtual functions
27 // NOLINTBEGIN
28 // vIndex: 1
29 virtual char const* getJsonName() const /*override*/;
30
31 // vIndex: 0
32 virtual ~ActorPropertiesDescription() /*override*/;
33 // NOLINTEND
34
35public:
36 // member functions
37 // NOLINTBEGIN
38 MCAPI ::ActorPropertiesDescription& operator=(::ActorPropertiesDescription const&);
39 // NOLINTEND
40
41public:
42 // destructor thunk
43 // NOLINTBEGIN
44 MCFOLD void $dtor();
45 // NOLINTEND
46
47public:
48 // virtual function thunks
49 // NOLINTBEGIN
50 MCAPI char const* $getJsonName() const;
51 // NOLINTEND
52
53public:
54 // vftables
55 // NOLINTBEGIN
56 MCNAPI static void** $vftable();
57 // NOLINTEND
58};
Definition PropertyGroup.h:21
Definition ActorPropertiesDescription.h:13
static MCAPI void ** $vftable()
Definition DefintionDescription.h:5