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
9
// auto generated forward declare list
10
// clang-format off
11
class
HitResult
;
12
// clang-format on
13
14
class
HitDetectEventListener
:
public
::ClientHitDetectListener
{
15
public
:
16
// member variables
17
// NOLINTBEGIN
18
::ll::TypedStorage<8, 112, ::HitResult> mHitResult;
19
// NOLINTEND
20
21
public
:
22
// virtual functions
23
// NOLINTBEGIN
24
// vIndex: 2
25
virtual ::EventResult onContinuousHitResult(
::HitResult
&)
/*override*/
;
26
27
// vIndex: 0
28
virtual
~HitDetectEventListener
()
/*override*/
=
default
;
29
// NOLINTEND
30
31
public
:
32
// destructor thunk
33
// NOLINTBEGIN
34
35
// NOLINTEND
36
37
public
:
38
// virtual function thunks
39
// NOLINTBEGIN
40
41
// NOLINTEND
42
};
ClientHitDetectListener
Definition
ClientHitDetectListener.h:13
HitDetectEventListener
Definition
HitDetectEventListener.h:14
HitResult
Definition
HitResult.h:19
src
mc
world
events
HitDetectEventListener.h
Generated on Sat Apr 26 2025 05:56:09 for LeviLamina by
1.12.0