LeviLamina
Loading...
Searching...
No Matches
ScriptPlayerBreakBlockAfterEvent.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/scripting/lifetime_registry/StrongTypedObjectHandle.h"
7#include "mc/scripting/modules/minecraft/events/ScriptBlockEvent.h"
8
9// auto generated forward declare list
10// clang-format off
11namespace ScriptModuleMinecraft { class ScriptBlockPermutation; }
12namespace ScriptModuleMinecraft { class ScriptItemStack; }
13namespace ScriptModuleMinecraft { class ScriptPlayer; }
14namespace ScriptModuleMinecraft { struct ScriptPlayerBreakBlockAfterEventIntermediateData; }
15namespace Scripting { class WeakLifetimeScope; }
16namespace Scripting { struct ClassBinding; }
17// clang-format on
18
19namespace ScriptModuleMinecraft {
20
21struct ScriptPlayerBreakBlockAfterEvent : public ::ScriptModuleMinecraft::ScriptBlockEvent {
22public:
23 // ScriptPlayerBreakBlockAfterEvent inner types define
25
26public:
27 // member variables
28 // NOLINTBEGIN
29 ::ll::TypedStorage<8, 32, ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptPlayer>> mPlayer;
30 ::ll::TypedStorage<8, 32, ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptBlockPermutation>>
31 mBrokenBlockPermutation;
32 ::ll::TypedStorage<
33 8,
34 40,
35 ::std::optional<::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptItemStack>>>
36 mAfterBreakItemStack;
37 ::ll::TypedStorage<
38 8,
39 40,
40 ::std::optional<::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptItemStack>>>
41 mBeforeBreakItemStack;
42 // NOLINTEND
43
44public:
45 // prevent constructor by default
46 ScriptPlayerBreakBlockAfterEvent();
47
48public:
49 // member functions
50 // NOLINTBEGIN
51 MCAPI ScriptPlayerBreakBlockAfterEvent(::ScriptModuleMinecraft::ScriptPlayerBreakBlockAfterEvent const&);
52
53 MCAPI ScriptPlayerBreakBlockAfterEvent(
54 ::std::shared_ptr<::ScriptModuleMinecraft::ScriptPlayerBreakBlockAfterEventIntermediateData> const& eventData,
56 );
57
58 MCAPI ::ScriptModuleMinecraft::ScriptPlayerBreakBlockAfterEvent&
60
61 MCAPI ::ScriptModuleMinecraft::ScriptPlayerBreakBlockAfterEvent&
63 // NOLINTEND
64
65public:
66 // static functions
67 // NOLINTBEGIN
68 MCAPI static ::Scripting::ClassBinding bind();
69 // NOLINTEND
70
71public:
72 // constructor thunks
73 // NOLINTBEGIN
75
76 MCAPI void* $ctor(
77 ::std::shared_ptr<::ScriptModuleMinecraft::ScriptPlayerBreakBlockAfterEventIntermediateData> const& eventData,
79 );
80 // NOLINTEND
81};
82
83} // namespace ScriptModuleMinecraft
Definition ScriptBlockPermutation.h:24
Definition ScriptItemStack.h:32
Definition ScriptPlayer.h:56
Definition WeakLifetimeScope.h:14
Definition ScriptBlockEvent.h:20
Definition ScriptPlayerBreakBlockAfterEventIntermediateData.h:18
Definition ScriptPlayerBreakBlockAfterEvent.h:21
Definition ClassBinding.h:19