LeviLamina
Loading...
Searching...
No Matches
WorldClockRegistryClient.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/world/level/clock/WorldClockRegistry.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
class
PacketSender
;
11
// clang-format on
12
13
class
WorldClockRegistryClient
:
public
::WorldClockRegistry
{
14
public
:
15
// virtual functions
16
// NOLINTBEGIN
17
virtual
~WorldClockRegistryClient
()
/*override*/
=
default
;
18
19
virtual
void
tick(
::PacketSender
&)
/*override*/
;
20
// NOLINTEND
21
22
public
:
23
// virtual function thunks
24
// NOLINTBEGIN
25
#ifdef LL_PLAT_C
26
MCAPI
void
$tick(
::PacketSender
&);
27
#endif
28
29
30
// NOLINTEND
31
32
public
:
33
// vftables
34
// NOLINTBEGIN
35
MCNAPI
static
void
**
$vftable
();
36
// NOLINTEND
37
};
PacketSender
Definition
PacketSender.h:17
WorldClockRegistryClient
Definition
WorldClockRegistryClient.h:13
WorldClockRegistryClient::$vftable
static MCAPI void ** $vftable()
WorldClockRegistry
Definition
WorldClockRegistry.h:15
src
mc
world
level
clock
WorldClockRegistryClient.h
Generated on
for LeviLamina by
1.16.1