LeviLamina
Loading...
Searching...
No Matches
MapItemTrackedActor.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated forward declare list
6
// clang-format off
7
class
BlockSource
;
8
class
MapItemSavedData
;
9
class
Packet
;
10
// clang-format on
11
12
class
MapItemTrackedActor
{
13
public
:
14
// MapItemTrackedActor inner types declare
15
// clang-format off
16
struct
UniqueId
;
17
// clang-format on
18
19
// MapItemTrackedActor inner types define
20
enum class
Type :
int
{
21
Entity = 0,
22
BlockEntity = 1,
23
Other = 2,
24
};
25
26
struct
UniqueId
{
27
public
:
28
// member variables
29
// NOLINTBEGIN
30
::ll::UntypedStorage<4, 4>
mUnk8279e5;
31
::ll::UntypedStorage<8, 8>
mUnk1cffa7;
32
::ll::UntypedStorage<4, 12>
mUnk1fba7e;
33
// NOLINTEND
34
35
public
:
36
// prevent constructor by default
37
UniqueId
& operator=(
UniqueId
const
&);
38
UniqueId
();
39
40
public
:
41
// member functions
42
// NOLINTBEGIN
43
MCAPI
UniqueId
(
::MapItemTrackedActor::UniqueId
const
& rhs);
44
// NOLINTEND
45
46
public
:
47
// constructor thunks
48
// NOLINTBEGIN
49
MCAPI
void
* $ctor(
::MapItemTrackedActor::UniqueId
const
& rhs);
50
// NOLINTEND
51
};
52
53
public
:
54
// member variables
55
// NOLINTBEGIN
56
::ll::UntypedStorage<8, 32>
mUnk6b8326;
57
::ll::UntypedStorage<1, 1>
mUnkf41f17;
58
::ll::UntypedStorage<4, 4>
mUnk369cab;
59
::ll::UntypedStorage<4, 4>
mUnk66a3bf;
60
::ll::UntypedStorage<4, 4>
mUnk8bdf44;
61
::ll::UntypedStorage<4, 4>
mUnk5b38b5;
62
::ll::UntypedStorage<4, 4>
mUnk79d7e3;
63
::ll::UntypedStorage<4, 4>
mUnkc40bf0;
64
::ll::UntypedStorage<1, 1>
mUnka0d5f7;
65
::ll::UntypedStorage<4, 4>
mUnkcdcfdc;
66
::ll::UntypedStorage<8, 16>
mUnkf6f35a;
67
// NOLINTEND
68
69
public
:
70
// prevent constructor by default
71
MapItemTrackedActor
& operator=(
MapItemTrackedActor
const
&);
72
MapItemTrackedActor
(
MapItemTrackedActor
const
&);
73
MapItemTrackedActor
();
74
75
public
:
76
// member functions
77
// NOLINTBEGIN
78
MCAPI
MapItemTrackedActor
(
::MapItemTrackedActor::UniqueId
const
&
id
,
::BlockSource
& region);
79
80
MCAPI ::std::unique_ptr<::Packet> nextUpdatePacket(
::MapItemSavedData
const
& savedData);
81
// NOLINTEND
82
83
public
:
84
// constructor thunks
85
// NOLINTBEGIN
86
MCAPI
void
* $ctor(
::MapItemTrackedActor::UniqueId
const
&
id
,
::BlockSource
& region);
87
// NOLINTEND
88
};
BlockSource
Definition
BlockSource.h:67
MapItemSavedData
Definition
MapItemSavedData.h:31
MapItemTrackedActor
Definition
MapItemTrackedActor.h:12
Packet
Definition
Packet.h:26
MapItemTrackedActor::UniqueId
Definition
MapItemTrackedActor.h:26
ll::UntypedStorage
Definition
Alias.h:14
src
mc
world
level
saveddata
maps
MapItemTrackedActor.h
Generated on Sat Apr 26 2025 05:56:30 for LeviLamina by
1.12.0