LeviLamina
Loading...
Searching...
No Matches
ProjectileHitEvent.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated forward declare list
6
// clang-format off
7
class
Actor
;
8
class
HitResult
;
9
// clang-format on
10
11
struct
ProjectileHitEvent
{
12
public
:
13
// member variables
14
// NOLINTBEGIN
15
::ll::TypedStorage<8, 8, ::Actor&> mProjectile;
16
::ll::TypedStorage<8, 112, ::HitResult const> mHitResult;
17
// NOLINTEND
18
19
public
:
20
// prevent constructor by default
21
ProjectileHitEvent
& operator=(
ProjectileHitEvent
const
&);
22
23
public
:
24
// member functions
25
// NOLINTBEGIN
26
MCAPI
ProjectileHitEvent
(
::ProjectileHitEvent
const
&);
27
28
MCAPI
~ProjectileHitEvent
();
29
// NOLINTEND
30
31
public
:
32
// constructor thunks
33
// NOLINTBEGIN
34
MCAPI
void
* $ctor(
::ProjectileHitEvent
const
&);
35
// NOLINTEND
36
37
public
:
38
// destructor thunk
39
// NOLINTBEGIN
40
MCAPI
void
$dtor();
41
// NOLINTEND
42
};
Actor
Definition
Actor.h:104
HitResult
Definition
HitResult.h:19
ProjectileHitEvent
Definition
ProjectileHitEvent.h:11
src
mc
world
events
ProjectileHitEvent.h
Generated on Sat Apr 26 2025 05:56:09 for LeviLamina by
1.12.0