LeviLamina
Loading...
Searching...
No Matches
ScriptActorDieAfterEvent.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/actor/ScriptActorDamageSource.h"
8
9
// auto generated forward declare list
10
// clang-format off
11
namespace
ScriptModuleMinecraft {
class
ScriptActor; }
12
namespace
Scripting {
struct
ClassBinding; }
13
// clang-format on
14
15
namespace
ScriptModuleMinecraft {
16
17
struct
ScriptActorDieAfterEvent
{
18
public
:
19
// member variables
20
// NOLINTBEGIN
21
::ll::TypedStorage<8, 32, ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptActor>> mDeadActor;
22
::ll::TypedStorage<8, 88, ::ScriptModuleMinecraft::ScriptActorDamageSource> mDamageSource;
23
// NOLINTEND
24
25
public
:
26
// prevent constructor by default
27
ScriptActorDieAfterEvent
& operator=(
ScriptActorDieAfterEvent
const
&);
28
ScriptActorDieAfterEvent
(
ScriptActorDieAfterEvent
const
&);
29
ScriptActorDieAfterEvent
();
30
31
public
:
32
// member functions
33
// NOLINTBEGIN
34
MCAPI
ScriptActorDieAfterEvent
(
::ScriptModuleMinecraft::ScriptActorDieAfterEvent
&&);
35
36
MCAPI
~ScriptActorDieAfterEvent
();
37
// NOLINTEND
38
39
public
:
40
// static functions
41
// NOLINTBEGIN
42
MCAPI static ::Scripting::ClassBinding bind();
43
// NOLINTEND
44
45
public
:
46
// constructor thunks
47
// NOLINTBEGIN
48
MCAPI
void
* $ctor(
::ScriptModuleMinecraft::ScriptActorDieAfterEvent
&&);
49
// NOLINTEND
50
51
public
:
52
// destructor thunk
53
// NOLINTBEGIN
54
MCAPI
void
$dtor();
55
// NOLINTEND
56
};
57
58
}
// namespace ScriptModuleMinecraft
ScriptModuleMinecraft::ScriptActorDieAfterEvent
Definition
ScriptActorDieAfterEvent.h:17
src-server
mc
scripting
modules
minecraft
events
ScriptActorDieAfterEvent.h
Generated on Tue Oct 28 2025 05:32:12 for LeviLamina by
1.12.0