LeviLamina
Loading...
Searching...
No Matches
ScriptLeverActionAfterEvent.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/deps/scripting/lifetime_registry/StrongTypedObjectHandle.h"
8#include "mc/scripting/modules/minecraft/events/ScriptBlockEvent.h"
9
10// auto generated forward declare list
11// clang-format off
12class BlockPos;
13struct LeverActionEvent;
14namespace ScriptModuleMinecraft { class ScriptPlayer; }
15namespace Scripting { class WeakLifetimeScope; }
16// clang-format on
17
18namespace ScriptModuleMinecraft {
19
21public:
22 // member variables
23 // NOLINTBEGIN
26 // NOLINTEND
27
28public:
29 // prevent constructor by default
33
34public:
35 // member functions
36 // NOLINTBEGIN
37 MCAPI
39 // NOLINTEND
40
41public:
42 // static functions
43 // NOLINTBEGIN
44 MCAPI static ::Scripting::ClassBindingBuilder<::ScriptModuleMinecraft::ScriptLeverActionAfterEvent> bind();
45 // NOLINTEND
46
47public:
48 // constructor thunks
49 // NOLINTBEGIN
50 MCAPI void*
52 // NOLINTEND
53};
54
55} // namespace ScriptModuleMinecraft
Definition BlockPos.h:18
Definition StrongTypedObjectHandle.h:8
Definition WeakLifetimeScope.h:12
Definition LeverActionEvent.h:12
Definition ScriptBlockEvent.h:10
Definition ScriptLeverActionAfterEvent.h:20
Definition Alias.h:14