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