LeviLamina
Loading...
Searching...
No Matches
IScriptItemCustomComponentRegistry.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/scripting/modules/minecraft/ScriptCustomComponentRegistry.h"
7#include "mc/scripting/modules/minecraft/items/IScriptItemCustomComponentReader.h"
8#include "mc/scripting/modules/minecraft/items/IScriptItemCustomComponentWriter.h"
9
10// auto generated forward declare list
11// clang-format off
13namespace cereal { struct ReflectionCtx; }
14// clang-format on
15
16namespace ScriptModuleMinecraft {
17
21public:
22 // virtual functions
23 // NOLINTBEGIN
24 virtual ::ScriptDeferredEventListener& getEventListener() = 0;
25
26 virtual void setCerealContext(::cereal::ReflectionCtx&);
27
28 virtual ~IScriptItemCustomComponentRegistry() /*override*/;
29 // NOLINTEND
30
31public:
32 // destructor thunk
33 // NOLINTBEGIN
34 MCAPI void $dtor();
35 // NOLINTEND
36
37public:
38 // virtual function thunks
39 // NOLINTBEGIN
40
41 // NOLINTEND
42};
43
44} // namespace ScriptModuleMinecraft
Definition ScriptDeferredEventListener.h:10
Definition IScriptItemCustomComponentReader.h:18
Definition IScriptItemCustomComponentRegistry.h:20
Definition IScriptItemCustomComponentWriter.h:21
Definition ScriptCustomComponentRegistry.h:10
Definition ReflectionCtx.h:11