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