LeviLamina
Loading...
Searching...
No Matches
NpcEventListener.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
10
struct
ActorUniqueID
;
11
struct
INpcDialogueData
;
12
// clang-format on
13
14
class
NpcEventListener
{
15
public
:
16
// virtual functions
17
// NOLINTBEGIN
18
// vIndex: 0
19
virtual
~NpcEventListener
() =
default
;
20
21
// vIndex: 1
22
virtual ::EventResult onNpcDialogueDataChange(::std::shared_ptr<::INpcDialogueData>);
23
24
// vIndex: 2
25
virtual ::EventResult onNpcInteractScreenClose(
::ActorUniqueID
,
bool
);
26
// NOLINTEND
27
28
public
:
29
// destructor thunk
30
// NOLINTBEGIN
31
32
// NOLINTEND
33
34
public
:
35
// virtual function thunks
36
// NOLINTBEGIN
37
38
// NOLINTEND
39
};
NpcEventListener
Definition
NpcEventListener.h:14
ActorUniqueID
Definition
ActorUniqueID.h:5
INpcDialogueData
Definition
INpcDialogueData.h:12
src
mc
world
events
NpcEventListener.h
Generated on Sat Apr 26 2025 05:56:09 for LeviLamina by
1.12.0