LeviLamina
Loading...
Searching...
No Matches
ServerMoveInputHandlerSystemUtils.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/deps/ecs/Optional.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
class
StrictEntityContext
;
11
struct
ActorDataDirtyFlagsComponent
;
12
struct
ActorDataFlagComponent
;
13
struct
ClientInputLockComponent
;
14
struct
MoveInputComponent
;
15
struct
MovementAbilitiesComponent
;
16
struct
ServerPlayerCurrentMovementComponent
;
17
struct
SneakingComponent
;
18
struct
VanillaClientGameplayComponent
;
19
struct
WasInWaterFlagComponent
;
20
// clang-format on
21
22
namespace
ServerMoveInputHandlerSystemUtils {
23
// functions
24
// NOLINTBEGIN
25
MCAPI
void
_tickServerMoveInputHandler(
26
::StrictEntityContext
&,
27
::MovementAbilitiesComponent
const
& abilitiesComponent,
28
::ServerPlayerCurrentMovementComponent
const
& serverPlayerCurrentMovementComponent,
29
::ClientInputLockComponent
& lockComponent,
30
::MoveInputComponent
& input,
31
::ActorDataFlagComponent
& actorDataFlag,
32
::ActorDataDirtyFlagsComponent
& actorDataDirtyFlags,
33
::VanillaClientGameplayComponent
& vanillaClientGameplayComponent,
34
::Optional<::SneakingComponent const>
sneakingComponent,
35
::Optional<::WasInWaterFlagComponent const>
isInWater
36
);
37
// NOLINTEND
38
39
}
// namespace ServerMoveInputHandlerSystemUtils
Optional
Definition
Optional.h:8
StrictEntityContext
Definition
StrictEntityContext.h:8
ActorDataDirtyFlagsComponent
Definition
ActorDataDirtyFlagsComponent.h:5
ActorDataFlagComponent
Definition
ActorDataFlagComponent.h:8
ClientInputLockComponent
Definition
ClientInputLockComponent.h:10
MoveInputComponent
Definition
MoveInputComponent.h:10
MovementAbilitiesComponent
Definition
MovementAbilitiesComponent.h:8
ServerPlayerCurrentMovementComponent
Definition
ServerPlayerCurrentMovementComponent.h:10
SneakingComponent
Definition
SneakingComponent.h:5
VanillaClientGameplayComponent
Definition
VanillaClientGameplayComponent.h:8
WasInWaterFlagComponent
Definition
WasInWaterFlagComponent.h:5
src
mc
util
ServerMoveInputHandlerSystemUtils.h
Generated on Wed Jul 16 2025 07:41:27 for LeviLamina by
1.12.0