3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/deps/ecs/ViewT.h"
7#include "mc/deps/ecs/strict/EntityModifier.h"
8#include "mc/deps/ecs/strict/Exclude.h"
9#include "mc/deps/ecs/strict/Include.h"
10#include "mc/deps/ecs/strict/OptionalGlobal.h"
Definition EntityModifier.h:6
Definition LocalSpatialEntityFetcher.h:5
Definition OptionalGlobal.h:6
Definition StrictEntityContext.h:8
Definition AABBShapeComponent.h:9
Definition ActorIsFirstTickFlagComponent.h:5
Definition ActorMovementTickNeededComponent.h:5
Definition ActorRemovedFlagComponent.h:5
Definition CollidableMobFlagComponent.h:5
Definition CollidableMobNearFlagComponent.h:5
Definition CollidableMobNotifierSystem.h:29
static MCAPI void tickSystem(::OptionalGlobal<::LocalSpatialEntityFetcherFactoryComponent > factory, ::ViewT< ::StrictEntityContext, ::Include<::ActorMovementTickNeededComponent, ::CollidableMobFlagComponent >, ::Exclude<::ActorRemovedFlagComponent >, ::AABBShapeComponent const, ::DimensionTypeComponent const > view, ::ViewT<::StrictEntityContext, ::Include<::MobFlagComponent >, ::Exclude<::ActorIsFirstTickFlagComponent > > mobView, ::ViewT<::StrictEntityContext, ::Include<::FallingBlockFlagComponent > > fallingBlockView, ::EntityModifier<::CollidableMobNearFlagComponent > mod)
static MCAPI ::TickingSystemWithInfo createSystem()
static MCAPI void tickNotifier(::StrictEntityContext const &, ::AABBShapeComponent const &aabbShapeComponent, ::DimensionTypeComponent const &dimensionComponent, ::ViewT<::StrictEntityContext, ::Include<::MobFlagComponent >, ::Exclude<::ActorIsFirstTickFlagComponent > > mobView, ::ViewT<::StrictEntityContext, ::Include<::FallingBlockFlagComponent > > fallingBlockView, ::EntityModifier<::CollidableMobNearFlagComponent > mod, ::LocalSpatialEntityFetcherFactoryComponent &spatialEntityFetcherFactory, ::LocalSpatialEntityFetcher &spatialEntityFetcher)
Definition DimensionTypeComponent.h:13
Definition FallingBlockFlagComponent.h:5
Definition LocalSpatialEntityFetcherFactoryComponent.h:8
Definition MobFlagComponent.h:5
Definition TickingSystemWithInfo.h:13