LeviLamina
Loading...
Searching...
No Matches
PlayerPostTravelSystem.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#include "mc/deps/ecs/strict/OptionalGlobal.h"
9
10// auto generated forward declare list
11// clang-format off
20// clang-format on
21
22namespace PlayerPostTravelSystem {
23// functions
24// NOLINTBEGIN
25MCNAPI void doServerPlayerPostTravel(
26 ::ActorDataFlagComponent const& synchedActorData,
27 ::ElytraFlightTimeTicksComponent const& elytraFlightTimeTicks,
28 ::StateVectorComponent const& stateVector,
29 ::ActorOwnerComponent& actorOwner,
30 ::CurrentTickComponent const& currentTick
31);
32
33MCNAPI void tickServerPlayerPostTravel(
34 ::ViewT<
35 ::StrictEntityContext,
36 ::Include<::ActorMovementTickNeededComponent, ::ServerPlayerComponent>,
37 ::ActorDataFlagComponent const,
38 ::ElytraFlightTimeTicksComponent const,
39 ::StateVectorComponent const,
40 ::ActorOwnerComponent> view,
41 ::OptionalGlobal<::CurrentTickComponent const> currentTick
42);
43// NOLINTEND
44
45} // namespace PlayerPostTravelSystem
Definition ActorOwnerComponent.h:10
Definition StrictEntityContext.h:8
Definition ActorDataFlagComponent.h:9
Definition ActorMovementTickNeededComponent.h:5
Definition CurrentTickComponent.h:8
Definition ElytraFlightTimeTicksComponent.h:8
Definition ServerPlayerComponent.h:5
Definition StateVectorComponent.h:8