LeviLamina
Loading...
Searching...
No Matches
EntityComponentFactoryBase.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/deps/core/utility/EnableNonOwnerReferences.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
class
DefinitionInstanceGroup
;
11
class
EntityContext
;
12
// clang-format on
13
14
class
EntityComponentFactoryBase
:
public
::Bedrock::EnableNonOwnerReferences
{
15
public
:
16
// virtual functions
17
// NOLINTBEGIN
18
// vIndex: 0
19
virtual
~EntityComponentFactoryBase
()
/*override*/
;
20
// NOLINTEND
21
22
public
:
23
// static functions
24
// NOLINTBEGIN
25
MCNAPI
static
void
addComponents
(
::EntityContext
& entity,
::DefinitionInstanceGroup
const
& definitionGroup);
26
27
MCNAPI
static
void
removeComponents
(
::EntityContext
& entity,
::DefinitionInstanceGroup
const
& definitionGroup);
28
// NOLINTEND
29
30
public
:
31
// destructor thunk
32
// NOLINTBEGIN
33
MCNAPI
void
$dtor
();
34
// NOLINTEND
35
};
Bedrock::EnableNonOwnerReferences
Definition
EnableNonOwnerReferences.h:7
DefinitionInstanceGroup
Definition
DefinitionInstanceGroup.h:10
EntityComponentFactoryBase
Definition
EntityComponentFactoryBase.h:14
EntityComponentFactoryBase::addComponents
static MCAPI void addComponents(::EntityContext &entity, ::DefinitionInstanceGroup const &definitionGroup)
EntityComponentFactoryBase::removeComponents
static MCAPI void removeComponents(::EntityContext &entity, ::DefinitionInstanceGroup const &definitionGroup)
EntityComponentFactoryBase::$dtor
MCAPI void $dtor()
EntityContext
Definition
EntityContext.h:16
src
mc
entity
factory
EntityComponentFactoryBase.h
Generated on Fri Jun 13 2025 05:04:34 for LeviLamina by
1.12.0