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, 112, ::HitResult> mHitResult;
15 // NOLINTEND
16
17public:
18 // virtual functions
19 // NOLINTBEGIN
20 // vIndex: 2
21 virtual ::EventResult onContinuousHitResult(::HitResult&) /*override*/;
22
23 // vIndex: 0
24 virtual ~HitDetectEventListener() /*override*/ = default;
25 // NOLINTEND
26
27public:
28 // virtual function thunks
29 // NOLINTBEGIN
30
31 // NOLINTEND
32};
Definition ClientHitDetectListener.h:13
Definition HitDetectEventListener.h:10
Definition HitResult.h:19