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 setImpactedBlocks(
40 );
41 // NOLINTEND
42
43public:
44 // static functions
45 // NOLINTBEGIN
46 MCAPI static ::Scripting::ClassBinding bind();
47 // NOLINTEND
48
49public:
50 // constructor thunks
51 // NOLINTBEGIN
52 MCAPI void* $ctor(::ExplosionStartedEvent const& eventData, ::Scripting::WeakLifetimeScope const& scope);
53 // NOLINTEND
54};
55
56} // namespace ScriptModuleMinecraft
Definition ScriptBlock.h:34
Definition StrongTypedObjectHandle.h:8
Definition WeakLifetimeScope.h:7
Definition ExplosionStartedEvent.h:15
Definition ScriptExplosionStartedAfterEvent.h:22
Definition ClassBinding.h:19