LeviLamina
Loading...
Searching...
No Matches
FinalizeMoveSystem.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
19struct OffsetsComponent;
24// clang-format on
25
27public:
28 // static functions
29 // NOLINTBEGIN
30 MCAPI static ::TickingSystemWithInfo create();
31
32 MCAPI static void tick(
33 ::ViewT<
47 );
48 // NOLINTEND
49};
Definition EntityModifier.h:6
Definition Optional.h:8
Definition StrictEntityContext.h:10
Definition ViewT.h:6
Definition AABBShapeComponent.h:11
Definition CollidableMobNearFlagComponent.h:5
Definition CollisionFlagComponent.h:5
Definition FinalizeMoveSystem.h:26
Definition HorizontalCollisionFlagComponent.h:5
Definition MoveRequestComponent.h:13
Definition MovementAbilitiesComponent.h:8
Definition OffsetsComponent.h:10
Definition OnGroundFlagComponent.h:5
Definition StateVectorComponent.h:10
Definition TickingSystemWithInfo.h:11
Definition VerticalCollisionFlagComponent.h:5