LeviLamina
Loading...
Searching...
No Matches
MobTravelImmobileFilterSystem.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/Exclude.h"
10#include "mc/deps/ecs/strict/Include.h"
11
12// auto generated forward declare list
13// clang-format off
20struct MobFlagComponent;
25struct PlayerComponent;
28// clang-format on
29
Definition EntityModifier.h:6
Definition Optional.h:8
Definition StrictEntityContext.h:8
Definition ViewT.h:6
Definition ActorDataFlagComponent.h:9
Definition ActorIsImmobileFlagComponent.h:5
Definition ActorIsKnockedBackOnDeathFlagComponent.h:5
Definition Exclude.h:6
Definition HorseFlagComponent.h:5
Definition Include.h:6
Definition MobAllowStandSlidingFlagComponent.h:5
Definition MobFlagComponent.h:5
Definition MobIsJumpingFlagComponent.h:5
Definition MobTravelComponent.h:8
Definition MobTravelImmobileFilterSystem.h:30
static MCAPI void tick(::ViewT<::StrictEntityContext, ::Include<::MobTravelComponent > > mainView, ::ViewT<::StrictEntityContext, ::ActorDataFlagComponent const, ::Optional<::ActorIsImmobileFlagComponent const > > actorView, ::ViewT< ::StrictEntityContext, ::Include<::MobFlagComponent >, ::MovementAttributesComponent const, ::Optional<::ActorIsKnockedBackOnDeathFlagComponent const > > mobView, ::ViewT< ::StrictEntityContext, ::ActorDataFlagComponent const, ::Optional<::VehicleInputIntentComponent const >, ::Include<::OnGroundFlagComponent, ::HorseFlagComponent >, ::Exclude<::MobAllowStandSlidingFlagComponent, ::MobIsJumpingFlagComponent > > horseView, ::ViewT<::StrictEntityContext, ::Include<::HorseFlagComponent > > onlyHorseView, ::ViewT<::StrictEntityContext, ::PlayerIsSleepingFlagComponent const, ::PlayerComponent const > playerView, ::EntityModifier<::MobTravelComponent > mod)
Definition MovementAttributesComponent.h:5
Definition OnGroundFlagComponent.h:5
Definition PlayerComponent.h:5
Definition PlayerIsSleepingFlagComponent.h:5
Definition VehicleInputIntentComponent.h:11