LeviLamina
Loading...
Searching...
No Matches
ScriptActorHitEntityAfterEvent.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
8
// auto generated forward declare list
9
// clang-format off
10
namespace
ScriptModuleMinecraft {
class
ScriptActor; }
11
namespace
Scripting {
struct
ClassBinding; }
12
// clang-format on
13
14
namespace
ScriptModuleMinecraft {
15
16
struct
ScriptActorHitEntityAfterEvent
{
17
public
:
18
// member variables
19
// NOLINTBEGIN
20
::ll::TypedStorage<8, 32, ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptActor>> mActor;
21
::ll::TypedStorage<8, 32, ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptActor>> mHitActor;
22
// NOLINTEND
23
24
public
:
25
// prevent constructor by default
26
ScriptActorHitEntityAfterEvent
& operator=(
ScriptActorHitEntityAfterEvent
const
&);
27
ScriptActorHitEntityAfterEvent
();
28
29
public
:
30
// member functions
31
// NOLINTBEGIN
32
MCAPI
ScriptActorHitEntityAfterEvent
(
::ScriptModuleMinecraft::ScriptActorHitEntityAfterEvent
const
&);
33
34
MCAPI
~ScriptActorHitEntityAfterEvent
();
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
MCFOLD
void
* $ctor(
::ScriptModuleMinecraft::ScriptActorHitEntityAfterEvent
const
&);
47
// NOLINTEND
48
49
public
:
50
// destructor thunk
51
// NOLINTBEGIN
52
MCFOLD
void
$dtor();
53
// NOLINTEND
54
};
55
56
}
// namespace ScriptModuleMinecraft
ScriptModuleMinecraft::ScriptActorHitEntityAfterEvent
Definition
ScriptActorHitEntityAfterEvent.h:16
src-server
mc
scripting
modules
minecraft
events
ScriptActorHitEntityAfterEvent.h
Generated on Sun Oct 12 2025 06:32:03 for LeviLamina by
1.12.0