LeviLamina
Loading...
Searching...
No Matches
WorldClockRegistry.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/deps/core/utility/UniqueOwnerPointer.h"
7
#include "mc/platform/brstd/flat_map.h"
8
9
// auto generated forward declare list
10
// clang-format off
11
class
PacketSender
;
12
class
WorldClock
;
13
// clang-format on
14
15
class
WorldClockRegistry
{
16
public
:
17
// member variables
18
// NOLINTBEGIN
19
::ll::TypedStorage<
20
8,
21
48,
22
::brstd::flat_map
<
23
uint64,
24
::Bedrock::UniqueOwnerPointer<::WorldClock>
,
25
::std::less<uint64>,
26
::std::vector<uint64>,
27
::std::vector<::Bedrock::UniqueOwnerPointer<::WorldClock>>>>
28
mClocks;
29
// NOLINTEND
30
31
public
:
32
// virtual functions
33
// NOLINTBEGIN
34
virtual
~WorldClockRegistry
() =
default
;
35
36
virtual
void
tick(
::PacketSender
& packetSender) = 0;
37
// NOLINTEND
38
39
public
:
40
// virtual function thunks
41
// NOLINTBEGIN
42
43
// NOLINTEND
44
};
Bedrock::UniqueOwnerPointer
Definition
UniqueOwnerPointer.h:11
PacketSender
Definition
PacketSender.h:17
WorldClockRegistry
Definition
WorldClockRegistry.h:15
WorldClock
Definition
WorldClock.h:19
brstd::flat_map
Definition
flat_map.h:8
src
mc
world
level
clock
WorldClockRegistry.h
Generated on
for LeviLamina by
1.16.1