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/deps/scripting/binding_type/ClassBindingBuilder.h"
7#include "mc/scripting/modules/minecraft/events/ScriptChatSendAfterEvent.h"
8
9namespace ScriptModuleMinecraft {
10
12public:
13 // member variables
14 // NOLINTBEGIN
16 // NOLINTEND
17
18public:
19 // prevent constructor by default
22
23public:
24 // member functions
25 // NOLINTBEGIN
27
28 MCAPI ::ScriptModuleMinecraft::ScriptChatSendBeforeEvent&
30 // NOLINTEND
31
32public:
33 // static functions
34 // NOLINTBEGIN
35 MCAPI static ::Scripting::ClassBindingBuilder<::ScriptModuleMinecraft::ScriptChatSendBeforeEvent> bind();
36
37 MCAPI static ::Scripting::ClassBindingBuilder<::ScriptModuleMinecraft::ScriptChatSendBeforeEvent> bindV010();
38 // NOLINTEND
39
40public:
41 // constructor thunks
42 // NOLINTBEGIN
44 // NOLINTEND
45};
46
47} // namespace ScriptModuleMinecraft
Definition ScriptChatSendAfterEvent.h:21
Definition ScriptChatSendBeforeEvent.h:11
Definition Alias.h:14