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/molang/MolangVersion.h"
7#include "mc/world/actor/DefintionDescription.h"
8
9// auto generated forward declare list
10// clang-format off
11class PropertyGroup;
12namespace Json { class Value; }
13// clang-format on
14
16public:
17 // member variables
18 // NOLINTBEGIN
19 ::ll::TypedStorage<8, 16, ::std::shared_ptr<::PropertyGroup const>> mPropertyGroup;
20 // NOLINTEND
21
22public:
23 // virtual functions
24 // NOLINTBEGIN
25 virtual char const* getJsonName() const /*override*/;
26 // NOLINTEND
27
28public:
29 // member functions
30 // NOLINTBEGIN
31 MCAPI void parse(::Json::Value& root, ::MolangVersion molangVersion);
32 // NOLINTEND
33
34public:
35 // virtual function thunks
36 // NOLINTBEGIN
37 MCAPI char const* $getJsonName() const;
38
39
40 // NOLINTEND
41
42public:
43 // vftables
44 // NOLINTBEGIN
45 MCAPI static void** $vftable();
46 // NOLINTEND
47};
Definition Value.h:16
Definition PropertyGroup.h:21
Definition ActorPropertiesDescription.h:15
Definition DefintionDescription.h:5