LeviLamina
Loading...
Searching...
No Matches
TrustComponent.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated forward declare list
6
// clang-format off
7
class
Actor
;
8
class
CompoundTag
;
9
class
DataLoadHelper
;
10
struct
ActorUniqueID
;
11
// clang-format on
12
13
class
TrustComponent
{
14
public
:
15
// member variables
16
// NOLINTBEGIN
17
::ll::TypedStorage<8, 64, ::std::unordered_set<::ActorUniqueID>> mTrustedPlayerIDs;
18
// NOLINTEND
19
20
public
:
21
// member functions
22
// NOLINTBEGIN
23
MCAPI
void
addAdditionalSaveData(
::CompoundTag
& tag)
const
;
24
25
MCAPI
void
readAdditionalSaveData(
::Actor
& tag,
::CompoundTag
const
&,
::DataLoadHelper
&);
26
// NOLINTEND
27
};
Actor
Definition
Actor.h:104
CompoundTag
Definition
CompoundTag.h:13
DataLoadHelper
Definition
DataLoadHelper.h:20
TrustComponent
Definition
TrustComponent.h:13
ActorUniqueID
Definition
ActorUniqueID.h:5
src
mc
entity
components_json_legacy
TrustComponent.h
Generated on Sat Apr 26 2025 05:55:36 for LeviLamina by
1.12.0