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 MCAPI 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 MCAPI 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
Definition DefinitionEvent.h:17
Definition EventResponseFactory.h:18
Definition Value.h:16
Definition MinEngineVersion.h:10