LeviLamina
Loading...
Searching...
No Matches
IGameEventNotifier.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/client/gui/GameEventNotification.h"
7
8
class
IGameEventNotifier
{
9
public
:
10
// virtual functions
11
// NOLINTBEGIN
12
// vIndex: 0
13
virtual
~IGameEventNotifier
() =
default
;
14
15
// vIndex: 1
16
virtual
void
onGameEventNotification(::ui::GameEventNotification) = 0;
17
// NOLINTEND
18
19
public
:
20
// virtual function thunks
21
// NOLINTBEGIN
22
23
// NOLINTEND
24
};
IGameEventNotifier
Definition
IGameEventNotifier.h:8
src-server
mc
client
game
IGameEventNotifier.h
Generated on Sun Oct 12 2025 06:31:19 for LeviLamina by
1.12.0