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 // vIndex: 3
25 virtual ::ScriptDeferredEventListener& getEventListener() = 0;
26
27 // vIndex: 4
28 virtual void setCerealContext(::cereal::ReflectionCtx&);
29
30 // vIndex: 0
31 virtual ~IScriptItemCustomComponentRegistry() /*override*/;
32 // NOLINTEND
33
34public:
35 // destructor thunk
36 // NOLINTBEGIN
37 MCNAPI void $dtor();
38 // NOLINTEND
39
40public:
41 // virtual function thunks
42 // NOLINTBEGIN
43
44 // NOLINTEND
45};
46
47} // 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