LeviLamina
Loading...
Searching...
No Matches
PlayerLocationReceiver.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/platform/brstd/flat_map.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
class
Vec3
;
11
struct
ActorUniqueID
;
12
// clang-format on
13
14
class
PlayerLocationReceiver
{
15
public
:
16
// PlayerLocationReceiver inner types declare
17
// clang-format off
18
struct
ActorUniqueIDCompare
;
19
// clang-format on
20
21
// PlayerLocationReceiver inner types define
22
struct
ActorUniqueIDCompare
{};
23
24
public
:
25
// member variables
26
// NOLINTBEGIN
27
::ll::TypedStorage<
28
8,
29
56,
30
::brstd::flat_map
<
31
::ActorUniqueID
,
32
::std::optional<::Vec3>,
33
::PlayerLocationReceiver::ActorUniqueIDCompare
,
34
::std::vector<::ActorUniqueID>,
35
::std::vector<::std::optional<::Vec3>>>>
36
mCurrentPlayerLocationData;
37
// NOLINTEND
38
};
PlayerLocationReceiver
Definition
PlayerLocationReceiver.h:14
Vec3
Definition
Vec3.h:10
brstd::flat_map
Definition
flat_map.h:8
ActorUniqueID
Definition
ActorUniqueID.h:5
PlayerLocationReceiver::ActorUniqueIDCompare
Definition
PlayerLocationReceiver.h:22
src
mc
world
level
PlayerLocationReceiver.h
Generated on
for LeviLamina by
1.16.1