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
15struct ScriptChatSendBeforeEvent : public ::ScriptModuleMinecraft::ScriptChatSendAfterEvent {
16public:
17 // member variables
18 // NOLINTBEGIN
19 ::ll::TypedStorage<1, 1, bool> mCancel;
20 // NOLINTEND
21
22public:
23 // prevent constructor by default
24 ScriptChatSendBeforeEvent& operator=(ScriptChatSendBeforeEvent const&);
25 ScriptChatSendBeforeEvent();
26
27public:
28 // member functions
29 // NOLINTBEGIN
30 MCAPI ScriptChatSendBeforeEvent(::ScriptModuleMinecraft::ScriptChatSendBeforeEvent const&);
31
32 MCAPI ::ScriptModuleMinecraft::ScriptChatSendBeforeEvent&
34 // NOLINTEND
35
36public:
37 // static functions
38 // NOLINTBEGIN
39 MCAPI static ::Scripting::ClassBinding bind();
40
41 MCAPI static ::Scripting::ClassBinding bindV010();
42 // NOLINTEND
43
44public:
45 // constructor thunks
46 // NOLINTBEGIN
48 // NOLINTEND
49};
50
51} // namespace ScriptModuleMinecraft
Definition ScriptChatSendAfterEvent.h:21
Definition ScriptChatSendBeforeEvent.h:15
Definition ClassBinding.h:19