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
7class BlockSource;
11// clang-format on
12
14public:
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};
Definition BlockSource.h:67
Definition FallDistanceComponent.h:5
Definition ServerPlayerMovementSystem.h:13
Definition StateVectorComponent.h:10
Definition TickingSystemWithInfo.h:11