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/scripting/modules/minecraft/events/ScriptBlockEvent.h"
7
8// auto generated forward declare list
9// clang-format off
10class BlockPos;
11class Dimension;
12class ItemStackBase;
13class Player;
14namespace Scripting { class WeakLifetimeScope; }
15namespace Scripting { struct ClassBinding; }
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 MCNAPI static ::Scripting::ClassBinding bind();
56 // NOLINTEND
57
58public:
59 // constructor thunks
60 // NOLINTBEGIN
62
64
65 MCNAPI 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 MCNAPI 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:12
Definition ScriptPlayerBreakBlockBeforeEvent.h:20
static MCAPI ::Scripting::ClassBinding bind()
MCAPI ScriptPlayerBreakBlockBeforeEvent(::ScriptModuleMinecraft::ScriptPlayerBreakBlockBeforeEvent const &)
MCAPI void * $ctor(::Player const &player, ::Dimension &dimension, ::BlockPos const &pos, ::ItemStackBase const &item, ::Scripting::WeakLifetimeScope const &scope)
MCAPI void * $ctor(::ScriptModuleMinecraft::ScriptPlayerBreakBlockBeforeEvent &&)
MCAPI ScriptPlayerBreakBlockBeforeEvent(::ScriptModuleMinecraft::ScriptPlayerBreakBlockBeforeEvent &&)
MCAPI ScriptPlayerBreakBlockBeforeEvent(::Player const &player, ::Dimension &dimension, ::BlockPos const &pos, ::ItemStackBase const &item, ::Scripting::WeakLifetimeScope const &scope)
MCAPI void * $ctor(::ScriptModuleMinecraft::ScriptPlayerBreakBlockBeforeEvent const &)
Definition Alias.h:14