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
11
struct
ExplosionStartedEvent
;
12
namespace
ScriptModuleMinecraft {
class
ScriptBlock
; }
13
namespace
Scripting {
class
WeakLifetimeScope
; }
14
namespace
Scripting {
struct
ClassBinding
; }
15
// clang-format on
16
17
namespace
ScriptModuleMinecraft {
18
19
struct
ScriptExplosionStartedBeforeEvent :
public
::ScriptModuleMinecraft::ScriptExplosionStartedAfterEvent
{
20
public
:
21
// member variables
22
// NOLINTBEGIN
23
::ll::TypedStorage<1, 1, bool> mCancel;
24
// NOLINTEND
25
26
public
:
27
// prevent constructor by default
28
ScriptExplosionStartedBeforeEvent();
29
30
public
:
31
// member functions
32
// NOLINTBEGIN
33
MCAPI ScriptExplosionStartedBeforeEvent(
34
::ExplosionStartedEvent
const
& eventData,
35
::Scripting::WeakLifetimeScope
const
& scope
36
);
37
38
MCAPI
void
setImpactedBlocks(
39
::std::vector<
::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptBlock>
>
const
& blocks
40
);
41
// NOLINTEND
42
43
public
:
44
// static functions
45
// NOLINTBEGIN
46
MCAPI static ::Scripting::ClassBinding bind();
47
// NOLINTEND
48
49
public
:
50
// constructor thunks
51
// NOLINTBEGIN
52
MCAPI
void
* $ctor(
::ExplosionStartedEvent
const
& eventData,
::Scripting::WeakLifetimeScope
const
& scope);
53
// NOLINTEND
54
};
55
56
}
// namespace ScriptModuleMinecraft
ScriptModuleMinecraft::ScriptBlock
Definition
ScriptBlock.h:34
Scripting::StrongTypedObjectHandle
Definition
StrongTypedObjectHandle.h:8
Scripting::WeakLifetimeScope
Definition
WeakLifetimeScope.h:7
ExplosionStartedEvent
Definition
ExplosionStartedEvent.h:15
ScriptModuleMinecraft::ScriptExplosionStartedAfterEvent
Definition
ScriptExplosionStartedAfterEvent.h:22
Scripting::ClassBinding
Definition
ClassBinding.h:19
src
mc
scripting
modules
minecraft
events
ScriptExplosionStartedBeforeEvent.h
Generated on
for LeviLamina by
1.16.1