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
#include "mc/deps/ecs/strict/OptionalGlobal.h"
8
9
// auto generated forward declare list
10
// clang-format off
11
class
PlayerMovementSettingsComponent
;
12
class
StrictEntityContext
;
13
struct
ActorDataDirtyFlagsComponent
;
14
struct
ActorDataFlagComponent
;
15
struct
ClientInputLockComponent
;
16
struct
MoveInputComponent
;
17
struct
MovementAbilitiesComponent
;
18
struct
ServerPlayerCurrentMovementComponent
;
19
struct
SneakingComponent
;
20
struct
VanillaClientGameplayComponent
;
21
struct
WasInWaterFlagComponent
;
22
// clang-format on
23
24
namespace
ServerMoveInputHandlerSystemUtils {
25
// functions
26
// NOLINTBEGIN
27
MCAPI
void
_tickServerMoveInputHandler(
28
::StrictEntityContext
&,
29
::MovementAbilitiesComponent
const
& abilitiesComponent,
30
::ServerPlayerCurrentMovementComponent
const
& serverPlayerCurrentMovementComponent,
31
::ClientInputLockComponent
& lockComponent,
32
::MoveInputComponent
& input,
33
::ActorDataFlagComponent
& actorDataFlag,
34
::ActorDataDirtyFlagsComponent
& actorDataDirtyFlags,
35
::VanillaClientGameplayComponent
& vanillaClientGameplayComponent,
36
::Optional<::SneakingComponent const>
sneakingComponent,
37
::Optional<::WasInWaterFlagComponent const>
isInWater,
38
::OptionalGlobal<::PlayerMovementSettingsComponent const>
& playerMovementSettingsComponent
39
);
40
// NOLINTEND
41
42
}
// namespace ServerMoveInputHandlerSystemUtils
OptionalGlobal
Definition
OptionalGlobal.h:6
Optional
Definition
Optional.h:8
PlayerMovementSettingsComponent
Definition
PlayerMovementSettingsComponent.h:10
StrictEntityContext
Definition
StrictEntityContext.h:10
ActorDataDirtyFlagsComponent
Definition
ActorDataDirtyFlagsComponent.h:5
ActorDataFlagComponent
Definition
ActorDataFlagComponent.h:8
ClientInputLockComponent
Definition
ClientInputLockComponent.h:10
MoveInputComponent
Definition
MoveInputComponent.h:12
MovementAbilitiesComponent
Definition
MovementAbilitiesComponent.h:8
ServerPlayerCurrentMovementComponent
Definition
ServerPlayerCurrentMovementComponent.h:12
SneakingComponent
Definition
SneakingComponent.h:5
VanillaClientGameplayComponent
Definition
VanillaClientGameplayComponent.h:10
WasInWaterFlagComponent
Definition
WasInWaterFlagComponent.h:5
src
mc
util
ServerMoveInputHandlerSystemUtils.h
Generated on Sat Apr 26 2025 05:56:00 for LeviLamina by
1.12.0