LeviLamina
Loading...
Searching...
No Matches
JumpEndSystem.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#include "mc/deps/ecs/strict/Include.h"
10
11// auto generated forward declare list
12// clang-format off
20struct MobJumpComponent;
26struct VehicleComponent;
27// clang-format on
28
Definition EntityModifier.h:6
Definition Optional.h:8
Definition StrictEntityContext.h:8
Definition ViewT.h:6
Definition ActorDataDirtyFlagsComponent.h:5
Definition ActorDataJumpDurationComponent.h:8
Definition ActorMovementTickNeededComponent.h:5
Definition ExitFromPassengerFlagComponent.h:5
Definition Include.h:6
Definition JumpEndSystem.h:29
static MCAPI void tick(::ViewT< ::StrictEntityContext, ::Include<::ActorMovementTickNeededComponent >, ::Optional<::VehicleComponent const >, ::StateVectorComponent const, ::ActorDataDirtyFlagsComponent, ::ActorDataJumpDurationComponent, ::JumpTicksComponent, ::MobJumpComponent > view, ::ViewT<::StrictEntityContext, ::Include<::ParrotFlagComponent >, ::PassengerComponent const > parrotPassengersView, ::EntityModifier<::ExitFromPassengerFlagComponent, ::StopRidingRequestComponent, ::MobIsJumpingFlagComponent > mod)
static MCAPI ::TickingSystemWithInfo create()
Definition JumpTicksComponent.h:5
Definition MobIsJumpingFlagComponent.h:5
Definition MobJumpComponent.h:8
Definition ParrotFlagComponent.h:5
Definition PassengerComponent.h:8
Definition StateVectorComponent.h:8
Definition StopRidingRequestComponent.h:5
Definition TickingSystemWithInfo.h:13
Definition VehicleComponent.h:10