LeviLamina
Loading...
Searching...
No Matches
ServerPlayerMovementSystem.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated forward declare list
6
// clang-format off
7
class
BlockSource
;
8
struct
FallDistanceComponent
;
9
struct
StateVectorComponent
;
10
struct
TickingSystemWithInfo
;
11
// clang-format on
12
13
struct
ServerPlayerMovementSystem
{
14
public
:
15
// static functions
16
// NOLINTBEGIN
17
MCAPI
static
void
_tryResetFallDistance(
18
::StateVectorComponent
const
& vecComp,
19
::FallDistanceComponent
& fallDistance,
20
::BlockSource
const
& region
21
);
22
23
MCAPI static ::TickingSystemWithInfo createClearPlayerActionComponentSystem();
24
25
MCAPI static ::std::array<::TickingSystemWithInfo, 2> createPostTravelSystems();
26
27
MCAPI static ::TickingSystemWithInfo createServerPlayerResetFallDistanceSystem();
28
// NOLINTEND
29
};
BlockSource
Definition
BlockSource.h:67
FallDistanceComponent
Definition
FallDistanceComponent.h:5
ServerPlayerMovementSystem
Definition
ServerPlayerMovementSystem.h:13
StateVectorComponent
Definition
StateVectorComponent.h:10
TickingSystemWithInfo
Definition
TickingSystemWithInfo.h:11
src
mc
entity
systems
ServerPlayerMovementSystem.h
Generated on Sat Apr 26 2025 05:55:37 for LeviLamina by
1.12.0