LeviLamina
Loading...
Searching...
No Matches
TravelTypeSensingSystem.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
26struct SubBBsComponent;
30// clang-format on
31
33public:
34 // TravelTypeSensingSystem inner types define
35 using ModType = ::EntityModifier<
43
44 using ViewType = ::ViewT<
54
55public:
56 // static functions
57 // NOLINTBEGIN
58 MCAPI static ::TickingSystemWithInfo createTravelTypeSensingSystem();
59 // NOLINTEND
60};
Definition EntityModifier.h:6
Definition Optional.h:8
Definition StrictEntityContext.h:14
Definition ViewT.h:6
Definition AABBShapeComponent.h:9
Definition ActorDataFlagComponent.h:10
Definition AirTravelFlagComponent.h:5
Definition GlidingTravelFlagComponent.h:5
Definition GroundTravelFlagComponent.h:5
Definition ImmuneToLavaDragComponent.h:5
Definition Include.h:6
Definition LavaTravelFlagComponent.h:5
Definition LiquidTravelFlagComponent.h:5
Definition MobTravelComponent.h:8
Definition MovementAbilitiesComponent.h:8
Definition OnGroundFlagComponent.h:5
Definition PlayerFlyingTravelComponent.h:5
Definition SubBBsComponent.h:10
Definition TickingSystemWithInfo.h:13
Definition TravelTypeSensingSystem.h:32
Definition WasInWaterFlagComponent.h:5
Definition WaterTravelFlagComponent.h:5