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
11class PacketSender;
12class WorldClock;
13// clang-format on
14
16public:
17 // member variables
18 // NOLINTBEGIN
19 ::ll::TypedStorage<
20 8,
21 48,
23 uint64,
25 ::std::less<uint64>,
26 ::std::vector<uint64>,
27 ::std::vector<::Bedrock::UniqueOwnerPointer<::WorldClock>>>>
28 mClocks;
29 // NOLINTEND
30
31public:
32 // virtual functions
33 // NOLINTBEGIN
34 virtual ~WorldClockRegistry() = default;
35
36 virtual void tick(::PacketSender& packetSender) = 0;
37 // NOLINTEND
38
39public:
40 // virtual function thunks
41 // NOLINTBEGIN
42
43 // NOLINTEND
44};
Definition UniqueOwnerPointer.h:11
Definition PacketSender.h:17
Definition WorldClockRegistry.h:15
Definition WorldClock.h:19
Definition flat_map.h:8