LeviLamina
Loading...
Searching...
No Matches
ScriptItemCustomComponentAfterEvent.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/scripting/modules/minecraft/events/ScriptCustomComponentPubSubAdapterAfterEvent.h"
7
8// auto generated forward declare list
9// clang-format off
10namespace ScriptModuleMinecraft { class ScriptItemCustomComponentInterface; }
11// clang-format on
12
13namespace ScriptModuleMinecraft {
14
17 ::ScriptModuleMinecraft::ScriptItemCustomComponentInterface> {
18public:
19 // virtual functions
20 // NOLINTBEGIN
21 // vIndex: 0
22 virtual ~ScriptItemCustomComponentAfterEvent() /*override*/ = default;
23 // NOLINTEND
24
25public:
26 // destructor thunk
27 // NOLINTBEGIN
28
29 // NOLINTEND
30};
31
32} // namespace ScriptModuleMinecraft
Definition ScriptCustomComponentPubSubAdapterAfterEvent.h:8
Definition ScriptItemCustomComponentAfterEvent.h:17