LeviLamina
Loading...
Searching...
No Matches
ScriptPlayerPlaceBlockAfterEvent.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/scripting/modules/minecraft/events/ScriptBlockEvent.h"
7
8// auto generated forward declare list
9// clang-format off
10class BlockPos;
11class Player;
12namespace Scripting { class WeakLifetimeScope; }
13namespace Scripting { struct ClassBinding; }
14// clang-format on
15
16namespace ScriptModuleMinecraft {
17
19public:
20 // member variables
21 // NOLINTBEGIN
23 // NOLINTEND
24
25public:
26 // prevent constructor by default
30
31public:
32 // member functions
33 // NOLINTBEGIN
35 ::Player& player,
36 ::BlockPos const& pos,
38 );
39 // NOLINTEND
40
41public:
42 // static functions
43 // NOLINTBEGIN
44 MCNAPI static ::Scripting::ClassBinding bind();
45 // NOLINTEND
46
47public:
48 // constructor thunks
49 // NOLINTBEGIN
50 MCNAPI void* $ctor(::Player& player, ::BlockPos const& pos, ::Scripting::WeakLifetimeScope const& scope);
51 // NOLINTEND
52};
53
54} // namespace ScriptModuleMinecraft
Definition BlockPos.h:18
Definition Player.h:119
Definition WeakLifetimeScope.h:12
Definition ScriptBlockEvent.h:12
Definition ScriptPlayerPlaceBlockAfterEvent.h:18
MCAPI ScriptPlayerPlaceBlockAfterEvent(::Player &player, ::BlockPos const &pos, ::Scripting::WeakLifetimeScope const &scope)
static MCAPI ::Scripting::ClassBinding bind()
MCAPI void * $ctor(::Player &player, ::BlockPos const &pos, ::Scripting::WeakLifetimeScope const &scope)
Definition Alias.h:14