LeviLamina
Loading...
Searching...
No Matches
ValidateClientPlayerActionSystem.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
EntitySystems
;
13
class
StrictEntityContext
;
14
struct
AbilitiesComponent
;
15
struct
ActorDataDirtyFlagsComponent
;
16
struct
ActorUniqueIDComponent
;
17
struct
AttributesComponent
;
18
struct
PlayerActionComponent
;
19
struct
SendPacketsComponent
;
20
struct
ServerPlayerCurrentMovementComponent
;
21
// clang-format on
22
23
namespace
ValidateClientPlayerActionSystem {
24
// functions
25
// NOLINTBEGIN
26
MCNAPI
void
comparePlayerActionComponent(
27
::StrictEntityContext
const
& entity,
28
::PlayerActionComponent
const
& serverPlayerAction,
29
::ServerPlayerCurrentMovementComponent
const
& serverPlayerCurrentMovement,
30
::ActorDataDirtyFlagsComponent
& actorDataDirtyFlags,
31
::AttributesComponent
& attributes,
32
::Optional<::ActorUniqueIDComponent const>
const
& actorUniqueId,
33
::Optional<::AbilitiesComponent const>
const
& abilities,
34
::EntityModifier<::SendPacketsComponent>
modifier
35
);
36
37
MCNAPI
void
registerServerSystems(
::EntitySystems
& systemRegistry);
38
39
MCNAPI
void
tickPlayerActionComparison(
40
::ViewT
<
41
::StrictEntityContext
,
42
::PlayerActionComponent
const
,
43
::ServerPlayerCurrentMovementComponent
const
,
44
::ActorDataDirtyFlagsComponent
,
45
::AttributesComponent
,
46
::Optional<::ActorUniqueIDComponent const>
,
47
::Optional<::AbilitiesComponent const>
> view,
48
::EntityModifier<::SendPacketsComponent>
modifier
49
);
50
// NOLINTEND
51
52
}
// namespace ValidateClientPlayerActionSystem
EntityModifier
Definition
EntityModifier.h:6
EntitySystems
Definition
EntitySystems.h:24
Optional
Definition
Optional.h:8
StrictEntityContext
Definition
StrictEntityContext.h:8
ViewT
Definition
ViewT.h:6
AbilitiesComponent
Definition
AbilitiesComponent.h:8
ActorDataDirtyFlagsComponent
Definition
ActorDataDirtyFlagsComponent.h:5
ActorUniqueIDComponent
Definition
ActorUniqueIDComponent.h:8
AttributesComponent
Definition
AttributesComponent.h:8
PlayerActionComponent
Definition
PlayerActionComponent.h:15
SendPacketsComponent
Definition
SendPacketsComponent.h:11
ServerPlayerCurrentMovementComponent
Definition
ServerPlayerCurrentMovementComponent.h:10
src-server
mc
entity
systems
ValidateClientPlayerActionSystem.h
Generated on Wed Nov 5 2025 13:12:41 for LeviLamina by
1.12.0