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
10class PacketSender;
11// clang-format on
12
14public:
15 // virtual functions
16 // NOLINTBEGIN
17 virtual ~WorldClockRegistryClient() /*override*/ = default;
18
19 virtual void tick(::PacketSender&) /*override*/;
20 // NOLINTEND
21
22public:
23 // virtual function thunks
24 // NOLINTBEGIN
25#ifdef LL_PLAT_C
26 MCAPI void $tick(::PacketSender&);
27#endif
28
29
30 // NOLINTEND
31
32public:
33 // vftables
34 // NOLINTBEGIN
35 MCNAPI static void** $vftable();
36 // NOLINTEND
37};
Definition PacketSender.h:17
Definition WorldClockRegistryClient.h:13
static MCAPI void ** $vftable()
Definition WorldClockRegistry.h:15