LeviLamina
Loading...
Searching...
No Matches
WorldPlayersListListener.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/world/level/LevelListener.h"
7
8
namespace
World {
9
10
class
WorldPlayersListListener
:
public
::LevelListener {
11
public
:
12
// member variables
13
// NOLINTBEGIN
14
::ll::TypedStorage<8, 64, ::std::function<void()>> mCallback;
15
// NOLINTEND
16
17
public
:
18
// virtual functions
19
// NOLINTBEGIN
20
virtual
void
playerListChanged()
/*override*/
;
21
// NOLINTEND
22
23
public
:
24
// virtual function thunks
25
// NOLINTBEGIN
26
MCFOLD
void
$playerListChanged();
27
// NOLINTEND
28
29
public
:
30
// vftables
31
// NOLINTBEGIN
32
MCNAPI
static
void
**
$vftable
();
33
// NOLINTEND
34
};
35
36
}
// namespace World
World::WorldPlayersListListener
Definition
WorldPlayersListListener.h:7
World::WorldPlayersListListener::$vftable
static MCAPI void ** $vftable()
src-client
mc
client
world
level
WorldPlayersListListener.h
Generated on
for LeviLamina by
1.16.1