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
10
class
PropertyGroup
;
11
// clang-format on
12
13
struct
ActorPropertiesDescription
:
public
::DefintionDescription
{
14
public
:
15
// member variables
16
// NOLINTBEGIN
17
::ll::TypedStorage<8, 16, ::std::shared_ptr<::PropertyGroup const>> mPropertyGroup;
18
// NOLINTEND
19
20
public
:
21
// prevent constructor by default
22
ActorPropertiesDescription
(
ActorPropertiesDescription
const
&);
23
ActorPropertiesDescription
();
24
25
public
:
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
35
public
:
36
// member functions
37
// NOLINTBEGIN
38
MCAPI ::ActorPropertiesDescription& operator=(
::ActorPropertiesDescription
const
&);
39
// NOLINTEND
40
41
public
:
42
// destructor thunk
43
// NOLINTBEGIN
44
MCFOLD
void
$dtor();
45
// NOLINTEND
46
47
public
:
48
// virtual function thunks
49
// NOLINTBEGIN
50
MCAPI
char
const
* $getJsonName()
const
;
51
// NOLINTEND
52
53
public
:
54
// vftables
55
// NOLINTBEGIN
56
MCNAPI
static
void
**
$vftable
();
57
// NOLINTEND
58
};
PropertyGroup
Definition
PropertyGroup.h:21
ActorPropertiesDescription
Definition
ActorPropertiesDescription.h:13
ActorPropertiesDescription::$vftable
static MCAPI void ** $vftable()
DefintionDescription
Definition
DefintionDescription.h:5
src-server
mc
world
actor
ActorPropertiesDescription.h
Generated on Tue Nov 25 2025 04:01:35 for LeviLamina by
1.12.0