LeviLamina
Loading...
Searching...
No Matches
DefinitionEventLoader.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/actor/TypeExecutingEvent.h"
7
8// auto generated forward declare list
9// clang-format off
10class DefinitionEvent;
13namespace Json { class Value; }
14// clang-format on
15
17public:
18 // static functions
19 // NOLINTBEGIN
20 MCNAPI static void _loadCollection(
21 ::DefinitionEvent& defEvent,
22 ::Json::Value const& collection,
23 ::MinEngineVersion const& minEngineVersion,
24 ::TypeExecutingEvent eventCaller,
25 ::EventResponseFactory const* responseFactory
26 );
27
28 MCNAPI static ::DefinitionEvent loadEvent(
29 ::Json::Value root,
30 ::MinEngineVersion const& minEngineVersion,
31 ::TypeExecutingEvent eventCaller,
32 ::EventResponseFactory const* responseFactory
33 );
34 // NOLINTEND
35};
Definition DefinitionEventLoader.h:16
static MCAPI ::DefinitionEvent loadEvent(::Json::Value root, ::MinEngineVersion const &minEngineVersion, ::TypeExecutingEvent eventCaller, ::EventResponseFactory const *responseFactory)
static MCAPI void _loadCollection(::DefinitionEvent &defEvent, ::Json::Value const &collection, ::MinEngineVersion const &minEngineVersion, ::TypeExecutingEvent eventCaller, ::EventResponseFactory const *responseFactory)
Definition DefinitionEvent.h:17
Definition EventResponseFactory.h:18
Definition Value.h:16
Definition MinEngineVersion.h:10