LeviLamina
Loading...
Searching...
No Matches
SendPacketsSystemImpl.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/deps/ecs/Optional.h"
7
#include "mc/deps/ecs/ViewT.h"
8
#include "mc/deps/ecs/strict/EntityModifier.h"
9
10
// auto generated forward declare list
11
// clang-format off
12
class
ActorOwnerComponent
;
13
class
StrictEntityContext
;
14
class
UserEntityIdentifierComponent
;
15
struct
SendPacketsComponent
;
16
// clang-format on
17
18
namespace
SendPacketsSystemImpl {
19
// functions
20
// NOLINTBEGIN
21
MCNAPI
void
sendPacketsSystem(
22
::ActorOwnerComponent
const
& actorOwnerComponent,
23
::Optional<::UserEntityIdentifierComponent const>
userEntityIdentifierComponent,
24
::SendPacketsComponent
& sendPacketsComponent
25
);
26
27
MCNAPI
void
tick(
28
::ViewT
<
29
::StrictEntityContext
,
30
::ActorOwnerComponent
const
,
31
::Optional<::UserEntityIdentifierComponent const>
,
32
::SendPacketsComponent
> view,
33
::EntityModifier<::SendPacketsComponent>
modifier
34
);
35
// NOLINTEND
36
37
}
// namespace SendPacketsSystemImpl
ActorOwnerComponent
Definition
ActorOwnerComponent.h:10
EntityModifier
Definition
EntityModifier.h:6
Optional
Definition
Optional.h:8
StrictEntityContext
Definition
StrictEntityContext.h:8
UserEntityIdentifierComponent
Definition
UserEntityIdentifierComponent.h:12
ViewT
Definition
ViewT.h:6
SendPacketsComponent
Definition
SendPacketsComponent.h:11
src-server
mc
entity
systems
SendPacketsSystemImpl.h
Generated on Tue Nov 25 2025 04:01:00 for LeviLamina by
1.12.0