LeviLamina
Loading...
Searching...
No Matches
ActorEventResponseFactory.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/resources/IPackLoadScoped.h"
7
#include "mc/util/Factory.h"
8
#include "mc/util/json_util/JsonSchemaObjectNode.h"
9
10
// auto generated forward declare list
11
// clang-format off
12
class
ActorEventResponse
;
13
class
IPackLoadContext
;
14
struct
ActorEventResponseCollection
;
15
namespace
JsonUtil {
class
EmptyClass
; }
16
// clang-format on
17
18
class
ActorEventResponseFactory
:
public
::IPackLoadScoped
,
public
::Factory
<::ActorEventResponse> {
19
public
:
20
// member variables
21
// NOLINTBEGIN
22
::ll::TypedStorage<
23
8,
24
16,
25
::std::shared_ptr<::JsonUtil::JsonSchemaObjectNode<::JsonUtil::EmptyClass, ::ActorEventResponseCollection>>>
26
mSchema;
27
// NOLINTEND
28
29
public
:
30
// virtual functions
31
// NOLINTBEGIN
32
virtual
~ActorEventResponseFactory
()
/*override*/
;
33
// NOLINTEND
34
35
public
:
36
// member functions
37
// NOLINTBEGIN
38
MCAPI
void
initSchema();
39
40
MCAPI
void
initializeFactory(
::IPackLoadContext
const
& packLoadContext);
41
// NOLINTEND
42
43
public
:
44
// destructor thunk
45
// NOLINTBEGIN
46
MCAPI
void
$dtor();
47
// NOLINTEND
48
49
public
:
50
// vftables
51
// NOLINTBEGIN
52
MCNAPI
static
void
**
$vftable
();
53
// NOLINTEND
54
};
ActorEventResponseFactory
Definition
ActorEventResponseFactory.h:18
ActorEventResponseFactory::$vftable
static MCAPI void ** $vftable()
ActorEventResponse
Definition
ActorEventResponse.h:16
Factory
Definition
Factory.h:6
IPackLoadContext
Definition
IPackLoadContext.h:20
JsonUtil::EmptyClass
Definition
EmptyClass.h:7
ActorEventResponseCollection
Definition
ActorEventResponseCollection.h:10
IPackLoadScoped
Definition
IPackLoadScoped.h:5
src
mc
world
actor
response
ActorEventResponseFactory.h
Generated on
for LeviLamina by
1.16.1