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