LeviLamina
Loading...
Searching...
No Matches
ScriptPlayerBreakBlockBeforeEvent.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 Dimension;
13class ItemStackBase;
14class Player;
15namespace Scripting { class WeakLifetimeScope; }
16// clang-format on
17
18namespace ScriptModuleMinecraft {
19
21public:
22 // member variables
23 // NOLINTBEGIN
27 // NOLINTEND
28
29public:
30 // prevent constructor by default
33
34public:
35 // member functions
36 // NOLINTBEGIN
38
40
42 ::Player const& player,
43 ::Dimension& dimension,
44 ::BlockPos const& pos,
45 ::ItemStackBase const& item,
47 );
48
50 // NOLINTEND
51
52public:
53 // static functions
54 // NOLINTBEGIN
55 MCAPI static ::Scripting::ClassBindingBuilder<::ScriptModuleMinecraft::ScriptPlayerBreakBlockBeforeEvent> bind();
56 // NOLINTEND
57
58public:
59 // constructor thunks
60 // NOLINTBEGIN
62
64
65 MCAPI void* $ctor(
66 ::Player const& player,
67 ::Dimension& dimension,
68 ::BlockPos const& pos,
69 ::ItemStackBase const& item,
71 );
72 // NOLINTEND
73
74public:
75 // destructor thunk
76 // NOLINTBEGIN
77 MCAPI void $dtor();
78 // NOLINTEND
79};
80
81} // namespace ScriptModuleMinecraft
Definition BlockPos.h:18
Definition Dimension.h:83
Definition ItemStackBase.h:35
Definition Player.h:119
Definition WeakLifetimeScope.h:12
Definition ScriptBlockEvent.h:10
Definition ScriptPlayerBreakBlockBeforeEvent.h:20
Definition Alias.h:14