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
11public:
12 // member variables
13 // NOLINTBEGIN
14 ::ll::TypedStorage<8, 136, ::HitResult> mHitResult;
15 // NOLINTEND
16
17public:
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
28public:
29 // member functions
30 // NOLINTBEGIN
31#ifdef LL_PLAT_C
33
34 MCFOLD ::HitResult const& getLatestHitResult() const;
35#endif
36 // NOLINTEND
37
38public:
39 // constructor thunks
40 // NOLINTBEGIN
41#ifdef LL_PLAT_C
42 MCAPI void* $ctor();
43#endif
44 // NOLINTEND
45
46public:
47 // virtual function thunks
48 // NOLINTBEGIN
49#ifdef LL_PLAT_C
50 MCAPI ::EventResult $onContinuousHitResult(::HitResult& hitResult);
51#endif
52
53
54 // NOLINTEND
55
56public:
57 // vftables
58 // NOLINTBEGIN
59 MCNAPI static void** $vftable();
60 // NOLINTEND
61};
Definition ClientHitDetectListener.h:13
Definition HitDetectEventListener.h:10
static MCAPI void ** $vftable()
Definition HitResult.h:19