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
// virtual functions
16
// NOLINTBEGIN
17
virtual
~ActorComponentFactory
()
/*override*/
=
default
;
18
// NOLINTEND
19
20
public
:
21
// member functions
22
// NOLINTBEGIN
23
MCAPI
void
_initializeComponentDefinitions(
::Experiments
const
& experiments);
24
25
MCAPI
void
_initializePropertyDefinitions(
::Experiments
const
& experiments);
26
27
MCAPI
void
_initializeTriggerDefinitions(
::Experiments
const
& experiments);
28
// NOLINTEND
29
30
public
:
31
// vftables
32
// NOLINTBEGIN
33
MCNAPI
static
void
**
$vftable
();
34
// NOLINTEND
35
};
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