LeviLamina
Loading...
Searching...
No Matches
ClientHitDetectListener.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/events/EventResult.h"
7
8// auto generated forward declare list
9// clang-format off
10class HitResult;
11// clang-format on
12
14public:
15 // virtual functions
16 // NOLINTBEGIN
17 // vIndex: 0
18 virtual ~ClientHitDetectListener() = default;
19
20 // vIndex: 1
21 virtual ::EventResult onChangedHitResult(::HitResult&);
22
23 // vIndex: 2
24 virtual ::EventResult onContinuousHitResult(::HitResult&);
25
26 // vIndex: 3
27 virtual ::EventResult onChangedPickHitResult(::HitResult&);
28
29 // vIndex: 4
30 virtual ::EventResult onContinuousPickHitResult(::HitResult&);
31 // NOLINTEND
32
33public:
34 // destructor thunk
35 // NOLINTBEGIN
36
37 // NOLINTEND
38
39public:
40 // virtual function thunks
41 // NOLINTBEGIN
42
43 // NOLINTEND
44};
Definition ClientHitDetectListener.h:13
Definition HitResult.h:19