LeviLamina
Loading...
Searching...
No Matches
ScriptChatSendBeforeEvent.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/scripting/modules/minecraft/events/ScriptChatSendAfterEvent.h"
7
8// auto generated forward declare list
9// clang-format off
10namespace Scripting { struct ClassBinding; }
11// clang-format on
12
13namespace ScriptModuleMinecraft {
14
16public:
17 // member variables
18 // NOLINTBEGIN
20 // NOLINTEND
21
22public:
23 // prevent constructor by default
26
27public:
28 // member functions
29 // NOLINTBEGIN
31
32 MCNAPI ::ScriptModuleMinecraft::ScriptChatSendBeforeEvent&
34 // NOLINTEND
35
36public:
37 // static functions
38 // NOLINTBEGIN
39 MCNAPI static ::Scripting::ClassBinding bind();
40
41 MCNAPI static ::Scripting::ClassBinding bindV010();
42 // NOLINTEND
43
44public:
45 // constructor thunks
46 // NOLINTBEGIN
48 // NOLINTEND
49};
50
51} // namespace ScriptModuleMinecraft
Definition ScriptChatSendAfterEvent.h:20
Definition ScriptChatSendBeforeEvent.h:15
static MCAPI ::Scripting::ClassBinding bindV010()
MCAPI void * $ctor(::ScriptModuleMinecraft::ScriptChatSendBeforeEvent const &)
MCAPI::ScriptModuleMinecraft::ScriptChatSendBeforeEvent & operator=(::ScriptModuleMinecraft::ScriptChatSendBeforeEvent &&)
MCAPI ScriptChatSendBeforeEvent(::ScriptModuleMinecraft::ScriptChatSendBeforeEvent const &)
static MCAPI ::Scripting::ClassBinding bind()
Definition Alias.h:14