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/scripting/modules/minecraft/events/ScriptPlayerInteractWithBlockEvent.h"
7
8// auto generated forward declare list
9// clang-format off
10class Player;
12namespace Scripting { class WeakLifetimeScope; }
13namespace Scripting { struct ClassBinding; }
14// clang-format on
15
16namespace ScriptModuleMinecraft {
17
19public:
20 // member variables
21 // NOLINTBEGIN
24 // NOLINTEND
25
26public:
27 // prevent constructor by default
30
31public:
32 // member functions
33 // NOLINTBEGIN
34 MCNAPI
36
37 MCNAPI
39
41 ::Player& player,
44 );
45 // NOLINTEND
46
47public:
48 // static functions
49 // NOLINTBEGIN
50 MCNAPI static ::Scripting::ClassBinding bind();
51 // NOLINTEND
52
53public:
54 // constructor thunks
55 // NOLINTBEGIN
57
59
60 MCNAPI void* $ctor(
61 ::Player& player,
64 );
65 // NOLINTEND
66};
67
68} // namespace ScriptModuleMinecraft
Definition Player.h:120
Definition WeakLifetimeScope.h:12
Definition PlayerInteractWithBlockBeforeEvent.h:15
Definition ScriptPlayerInteractWithBlockBeforeEvent.h:18
MCAPI void * $ctor(::ScriptModuleMinecraft::ScriptPlayerInteractWithBlockBeforeEvent const &)
MCAPI ScriptPlayerInteractWithBlockBeforeEvent(::ScriptModuleMinecraft::ScriptPlayerInteractWithBlockBeforeEvent const &)
MCAPI void * $ctor(::ScriptModuleMinecraft::ScriptPlayerInteractWithBlockBeforeEvent &&)
MCAPI ScriptPlayerInteractWithBlockBeforeEvent(::Player &player, ::PlayerInteractWithBlockBeforeEvent const &eventData, ::Scripting::WeakLifetimeScope &scope)
MCAPI void * $ctor(::Player &player, ::PlayerInteractWithBlockBeforeEvent const &eventData, ::Scripting::WeakLifetimeScope &scope)
MCAPI ScriptPlayerInteractWithBlockBeforeEvent(::ScriptModuleMinecraft::ScriptPlayerInteractWithBlockBeforeEvent &&)
Definition ScriptPlayerInteractWithBlockEvent.h:19
Definition Alias.h:14