LeviLamina
Loading...
Searching...
No Matches
ScriptExplosionStartedBeforeEvent.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/ScriptExplosionStartedAfterEvent.h"
8
9// auto generated forward declare list
10// clang-format off
12namespace ScriptModuleMinecraft { class ScriptBlock; }
13namespace Scripting { class WeakLifetimeScope; }
14namespace Scripting { struct ClassBinding; }
15// clang-format on
16
17namespace ScriptModuleMinecraft {
18
19struct ScriptExplosionStartedBeforeEvent : public ::ScriptModuleMinecraft::ScriptExplosionStartedAfterEvent {
20public:
21 // member variables
22 // NOLINTBEGIN
23 ::ll::TypedStorage<1, 1, bool> mCancel;
24 // NOLINTEND
25
26public:
27 // prevent constructor by default
28 ScriptExplosionStartedBeforeEvent();
29
30public:
31 // member functions
32 // NOLINTBEGIN
33 MCAPI ScriptExplosionStartedBeforeEvent(
34 ::ExplosionStartedEvent const& eventData,
36 );
37
38 MCAPI void copyTo(::ExplosionStartedEvent& explosionStartedEvent) const;
39
40 MCAPI void setImpactedBlocks(
42 );
43 // NOLINTEND
44
45public:
46 // static functions
47 // NOLINTBEGIN
48 MCAPI static ::Scripting::ClassBinding bind();
49 // NOLINTEND
50
51public:
52 // constructor thunks
53 // NOLINTBEGIN
54 MCAPI void* $ctor(::ExplosionStartedEvent const& eventData, ::Scripting::WeakLifetimeScope const& scope);
55 // NOLINTEND
56};
57
58} // namespace ScriptModuleMinecraft
Definition ScriptBlock.h:35
Definition StrongTypedObjectHandle.h:8
Definition WeakLifetimeScope.h:14
Definition ExplosionStartedEvent.h:15
Definition ScriptExplosionStartedAfterEvent.h:22
Definition ClassBinding.h:19