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/deps/core/utility/json_utils/JsonSchemaObjectNode.h"
7
#include "mc/resources/IPackLoadScoped.h"
8
#include "mc/util/Factory.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
::Factory
<::ActorEventResponse>,
public
::IPackLoadScoped
{
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
// vIndex: 0
33
virtual
~ActorEventResponseFactory
()
/*override*/
;
34
// NOLINTEND
35
36
public
:
37
// member functions
38
// NOLINTBEGIN
39
MCAPI
void
initSchema();
40
41
MCAPI
void
initializeFactory(
::IPackLoadContext
const
& packLoadContext);
42
// NOLINTEND
43
44
public
:
45
// destructor thunk
46
// NOLINTBEGIN
47
MCAPI
void
$dtor();
48
// NOLINTEND
49
50
public
:
51
// vftables
52
// NOLINTBEGIN
53
MCAPI
static
void
** $vftable();
54
// NOLINTEND
55
};
ActorEventResponseFactory
Definition
ActorEventResponseFactory.h:18
ActorEventResponse
Definition
ActorEventResponse.h:16
Factory
Definition
Factory.h:6
IPackLoadContext
Definition
IPackLoadContext.h:17
ActorEventResponseCollection
Definition
ActorEventResponseCollection.h:10
IPackLoadScoped
Definition
IPackLoadScoped.h:5
src
mc
world
actor
response
ActorEventResponseFactory.h
Generated on Sat Apr 26 2025 05:56:07 for LeviLamina by
1.12.0