LeviLamina
Loading...
Searching...
No Matches
ScriptActorAddEffectBeforeEvent.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
8namespace ScriptModuleMinecraft {
9
11public:
12 // member variables
13 // NOLINTBEGIN
18 // NOLINTEND
19
20public:
21 // prevent constructor by default
25
26public:
27 // member functions
28 // NOLINTBEGIN
29 MCAPI ::ScriptModuleMinecraft::ScriptActorAddEffectBeforeEvent&
31
33 // NOLINTEND
34
35public:
36 // static functions
37 // NOLINTBEGIN
38 MCAPI static ::Scripting::ClassBindingBuilder<::ScriptModuleMinecraft::ScriptActorAddEffectBeforeEvent> bind();
39 // NOLINTEND
40
41public:
42 // destructor thunk
43 // NOLINTBEGIN
44 MCFOLD void $dtor();
45 // NOLINTEND
46};
47
48} // namespace ScriptModuleMinecraft
Definition ScriptActorAddEffectBeforeEvent.h:10
Definition Alias.h:14