LeviLamina
Loading...
Searching...
No Matches
ActorComponentFactory.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/entity/factory/EntityComponentFactoryJson.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
class
Experiments
;
11
// clang-format on
12
13
class
ActorComponentFactory
:
public
::EntityComponentFactoryJson {
14
public
:
15
// member functions
16
// NOLINTBEGIN
17
#ifdef LL_PLAT_C
18
MCAPI
void
_initialize(
::Experiments
const
& experiments);
19
#endif
20
21
MCAPI
void
_initializeComponentDefinitions(
::Experiments
const
& experiments);
22
23
MCAPI
void
_initializePropertyDefinitions(
::Experiments
const
& experiments);
24
// NOLINTEND
25
26
public
:
27
// vftables
28
// NOLINTBEGIN
29
MCNAPI
static
void
**
$vftable
();
30
// NOLINTEND
31
};
ActorComponentFactory
Definition
ActorComponentFactory.h:13
ActorComponentFactory::$vftable
static MCAPI void ** $vftable()
Experiments
Definition
Experiments.h:14
src
mc
world
actor
ActorComponentFactory.h
Generated on
for LeviLamina by
1.16.1