LeviLamina
Loading...
Searching...
No Matches
ScriptBlockCustomComponentPlayerBreakAfterEvent.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/scripting/modules/minecraft/events/ScriptBlockEvent.h"
7#include "mc/scripting/modules/minecraft/events/ScriptCustomComponentAfterEvent.h"
8
9// auto generated forward declare list
10// clang-format off
11namespace ScriptModuleMinecraft { struct ScriptBlockCustomComponentPlayerBreakAfterEventIntermediateStorage; }
12namespace Scripting { struct ClassBinding; }
13// clang-format on
14
15namespace ScriptModuleMinecraft {
16
20public:
21 // member variables
22 // NOLINTBEGIN
25 // NOLINTEND
26
27public:
28 // prevent constructor by default
31
32public:
33 // member functions
34 // NOLINTBEGIN
37 );
38
41 );
42
44 // NOLINTEND
45
46public:
47 // static functions
48 // NOLINTBEGIN
49 MCNAPI static ::Scripting::ClassBinding bind();
50
51 MCNAPI static ::Scripting::ClassBinding bindV1();
52 // NOLINTEND
53
54public:
55 // constructor thunks
56 // NOLINTBEGIN
58
60 // NOLINTEND
61
62public:
63 // destructor thunk
64 // NOLINTBEGIN
65 MCNAPI void $dtor();
66 // NOLINTEND
67};
68
69} // namespace ScriptModuleMinecraft
Definition ScriptCustomComponentAfterEvent.h:7
Definition ScriptBlockCustomComponentPlayerBreakAfterEvent.h:19
MCAPI void * $ctor(::ScriptModuleMinecraft::ScriptBlockCustomComponentPlayerBreakAfterEvent const &)
MCAPI void * $ctor(::ScriptModuleMinecraft::ScriptBlockCustomComponentPlayerBreakAfterEvent &&)
MCAPI ScriptBlockCustomComponentPlayerBreakAfterEvent(::ScriptModuleMinecraft::ScriptBlockCustomComponentPlayerBreakAfterEvent &&)
MCAPI ScriptBlockCustomComponentPlayerBreakAfterEvent(::ScriptModuleMinecraft::ScriptBlockCustomComponentPlayerBreakAfterEvent const &)
Definition ScriptBlockEvent.h:12
Definition Alias.h:14