LeviLamina
Loading...
Searching...
No Matches
MobMovementClimbOutOfLiquid.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
13// clang-format on
14
15namespace MobMovementClimbOutOfLiquid {
16// functions
17// NOLINTBEGIN
18MCAPI void climbOutOfLiquid(
20 ::AABBShapeComponent const& aabbShape,
21 ::MobTravelComponent const& mobTravel,
22 ::StateVectorComponent& stateVector,
23 ::IConstBlockSource const& region
24);
25
26MCAPI void forSystem(::std::function<void(::TickingSystemWithInfo&&)> const& func);
27// NOLINTEND
28
29} // namespace MobMovementClimbOutOfLiquid
Definition IConstBlockSource.h:24
Definition StrictEntityContext.h:10
Definition AABBShapeComponent.h:11
Definition MobTravelComponent.h:10
Definition StateVectorComponent.h:10
Definition TickingSystemWithInfo.h:11