LeviLamina
Loading...
Searching...
No Matches
HitDetectEventListener.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/world/events/ClientHitDetectListener.h"
7
#include "mc/world/events/EventResult.h"
8
#include "mc/world/phys/HitResult.h"
9
10
class
HitDetectEventListener
:
public
::ClientHitDetectListener
{
11
public
:
12
// member variables
13
// NOLINTBEGIN
14
::ll::TypedStorage<8, 136, ::HitResult> mHitResult;
15
// NOLINTEND
16
17
public
:
18
// virtual functions
19
// NOLINTBEGIN
20
#ifdef LL_PLAT_S
21
virtual ::EventResult onContinuousHitResult(
::HitResult
&)
/*override*/
;
22
#else
// LL_PLAT_C
23
virtual ::EventResult onContinuousHitResult(
::HitResult
& hitResult)
/*override*/
;
24
#endif
25
26
// NOLINTEND
27
28
public
:
29
// member functions
30
// NOLINTBEGIN
31
#ifdef LL_PLAT_C
32
MCAPI
HitDetectEventListener
();
33
34
MCFOLD ::HitResult
const
& getLatestHitResult()
const
;
35
#endif
36
// NOLINTEND
37
38
public
:
39
// constructor thunks
40
// NOLINTBEGIN
41
#ifdef LL_PLAT_C
42
MCAPI
void
* $ctor();
43
#endif
44
// NOLINTEND
45
46
public
:
47
// virtual function thunks
48
// NOLINTBEGIN
49
#ifdef LL_PLAT_C
50
MCAPI ::EventResult $onContinuousHitResult(
::HitResult
& hitResult);
51
#endif
52
53
54
// NOLINTEND
55
56
public
:
57
// vftables
58
// NOLINTBEGIN
59
MCNAPI
static
void
**
$vftable
();
60
// NOLINTEND
61
};
ClientHitDetectListener
Definition
ClientHitDetectListener.h:13
HitDetectEventListener
Definition
HitDetectEventListener.h:10
HitDetectEventListener::$vftable
static MCAPI void ** $vftable()
HitResult
Definition
HitResult.h:19
src
mc
world
events
HitDetectEventListener.h
Generated on
for LeviLamina by
1.16.1