LeviLamina
Loading...
Searching...
No Matches
PassengerTickSystem.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/ecs/ViewT.h"
7#include "mc/deps/ecs/strict/Include.h"
8
9// auto generated forward declare list
10// clang-format off
15struct MobFlagComponent;
17struct PlayerComponent;
18// clang-format on
19
21public:
22 // static functions
23 // NOLINTBEGIN
24 MCAPI static void tickMob(
25 ::ViewT<
29 );
30
31 MCAPI static void tickPlayer(
32 ::ViewT<
36 );
37 // NOLINTEND
38};
Definition ActorOwnerComponent.h:10
Definition StrictEntityContext.h:8
Definition ViewT.h:6
Definition ActorMovementTickNeededComponent.h:5
Definition FallDistanceComponent.h:5
Definition Include.h:6
Definition MobFlagComponent.h:5
Definition PassengerComponent.h:8
Definition PassengerTickSystem.h:20
Definition PlayerComponent.h:5