LeviLamina
Loading...
Searching...
No Matches
ScriptPlayerInteractWithBlockBeforeEvent.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/ScriptPlayerInteractWithBlockEvent.h"
8
9// auto generated forward declare list
10// clang-format off
11class Player;
13namespace Scripting { class WeakLifetimeScope; }
14// clang-format on
15
16namespace ScriptModuleMinecraft {
17
19public:
20 // member variables
21 // NOLINTBEGIN
24 // NOLINTEND
25
26public:
27 // prevent constructor by default
31
32public:
33 // member functions
34 // NOLINTBEGIN
36
38 ::Player& player,
41 );
42 // NOLINTEND
43
44public:
45 // static functions
46 // NOLINTBEGIN
47 MCAPI static ::Scripting::ClassBindingBuilder<::ScriptModuleMinecraft::ScriptPlayerInteractWithBlockBeforeEvent>
48 bind();
49 // NOLINTEND
50
51public:
52 // constructor thunks
53 // NOLINTBEGIN
55
56 MCAPI void* $ctor(
57 ::Player& player,
60 );
61 // NOLINTEND
62};
63
64} // namespace ScriptModuleMinecraft
Definition Player.h:119
Definition WeakLifetimeScope.h:12
Definition PlayerInteractWithBlockBeforeEvent.h:15
Definition ScriptPlayerInteractWithBlockBeforeEvent.h:18
Definition ScriptPlayerInteractWithBlockEvent.h:19
Definition Alias.h:14