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
31
32public:
33 // member functions
34 // NOLINTBEGIN
35 MCNAPI
37
39 ::Player& player,
42 );
43 // NOLINTEND
44
45public:
46 // static functions
47 // NOLINTBEGIN
48 MCNAPI static ::Scripting::ClassBinding bind();
49 // NOLINTEND
50
51public:
52 // constructor thunks
53 // NOLINTBEGIN
55
56 MCNAPI 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
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