LeviLamina
Loading...
Searching...
No Matches
EntityComponentFactoryJson.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/entity/factory/EntityComponentFactoryBase.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
class
HashedString
;
11
class
IJsonDefinitionSerializer
;
12
// clang-format on
13
14
class
EntityComponentFactoryJson :
public
::EntityComponentFactoryBase
{
15
public
:
16
// member variables
17
// NOLINTBEGIN
18
::ll::UntypedStorage<8, 64>
mUnk828a3e;
19
// NOLINTEND
20
21
public
:
22
// prevent constructor by default
23
EntityComponentFactoryJson& operator=(EntityComponentFactoryJson
const
&);
24
EntityComponentFactoryJson(EntityComponentFactoryJson
const
&);
25
EntityComponentFactoryJson();
26
27
public
:
28
// virtual functions
29
// NOLINTBEGIN
30
virtual
~EntityComponentFactoryJson()
/*override*/
;
31
// NOLINTEND
32
33
public
:
34
// member functions
35
// NOLINTBEGIN
36
MCNAPI ::IJsonDefinitionSerializer*
tryGetDefinitionSerializer
(::std::string
const
& name)
const
;
37
// NOLINTEND
38
39
public
:
40
// destructor thunk
41
// NOLINTBEGIN
42
MCNAPI
void
$dtor
();
43
// NOLINTEND
44
45
public
:
46
// vftables
47
// NOLINTBEGIN
48
MCNAPI
static
void
**
$vftable
();
49
// NOLINTEND
50
};
EntityComponentFactoryBase
Definition
EntityComponentFactoryBase.h:14
EntityComponentFactoryJson::$vftable
static MCAPI void ** $vftable()
EntityComponentFactoryJson::tryGetDefinitionSerializer
MCAPI::IJsonDefinitionSerializer * tryGetDefinitionSerializer(::std::string const &name) const
EntityComponentFactoryJson::$dtor
MCAPI void $dtor()
HashedString
Definition
HashedString.h:5
IJsonDefinitionSerializer
Definition
IJsonDefinitionSerializer.h:16
ll::UntypedStorage
Definition
Alias.h:14
src
mc
entity
factory
EntityComponentFactoryJson.h
Generated on
for LeviLamina by
1.16.1