LeviLamina
Loading...
Searching...
No Matches
EventResponseFactory.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/util/Factory.h"
8
9
// auto generated forward declare list
10
// clang-format off
11
class
EventResponse
;
12
class
IPackLoadContext
;
13
class
SemVersion
;
14
struct
EventResponseCollection
;
15
namespace
JsonUtil {
class
EmptyClass; }
16
// clang-format on
17
18
class
EventResponseFactory
:
public
::Factory
<::EventResponse> {
19
public
:
20
// member variables
21
// NOLINTBEGIN
22
::ll::TypedStorage<
23
8,
24
16,
25
::std::shared_ptr<::JsonUtil::JsonSchemaObjectNode<::JsonUtil::EmptyClass, ::EventResponseCollection>>>
26
mSchema;
27
// NOLINTEND
28
29
public
:
30
// virtual functions
31
// NOLINTBEGIN
32
// vIndex: 0
33
virtual
~EventResponseFactory
();
34
35
// vIndex: 1
36
virtual
void
initializeFactory(
::IPackLoadContext
const
& packLoadContext) = 0;
37
38
// vIndex: 2
39
virtual
void
initSchema() = 0;
40
// NOLINTEND
41
42
public
:
43
// member functions
44
// NOLINTBEGIN
45
MCAPI
void
initSchema(::std::string
const
& schemaName,
::SemVersion
const
& version);
46
// NOLINTEND
47
48
public
:
49
// destructor thunk
50
// NOLINTBEGIN
51
MCAPI
void
$dtor();
52
// NOLINTEND
53
54
public
:
55
// virtual function thunks
56
// NOLINTBEGIN
57
58
// NOLINTEND
59
60
public
:
61
// vftables
62
// NOLINTBEGIN
63
MCAPI
static
void
** $vftable();
64
// NOLINTEND
65
};
EventResponseFactory
Definition
EventResponseFactory.h:18
EventResponse
Definition
EventResponse.h:16
Factory
Definition
Factory.h:6
IPackLoadContext
Definition
IPackLoadContext.h:17
SemVersion
Definition
SemVersion.h:15
EventResponseCollection
Definition
EventResponseCollection.h:10
src
mc
util
EventResponseFactory.h
Generated on Sat Apr 26 2025 05:55:59 for LeviLamina by
1.12.0