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/deps/scripting/binding_type/ClassBindingBuilder.h"
7#include "mc/scripting/modules/minecraft/events/ScriptBlockEvent.h"
8
9// auto generated forward declare list
10// clang-format off
11class BlockPos;
12class Player;
13namespace Scripting { class WeakLifetimeScope; }
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 MCAPI static ::Scripting::ClassBindingBuilder<::ScriptModuleMinecraft::ScriptPlayerPlaceBlockAfterEvent> bind();
45 // NOLINTEND
46
47public:
48 // constructor thunks
49 // NOLINTBEGIN
50 MCAPI 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:10
Definition ScriptPlayerPlaceBlockAfterEvent.h:18
Definition Alias.h:14