LeviLamina
Loading...
Searching...
No Matches
InsideWaterlilyBlockSystemImpl.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/ecs/ViewT.h"
7#include "mc/deps/ecs/strict/Include.h"
8#include "mc/entity/components/InsideBlockWithPosComponent.h"
9
10// auto generated forward declare list
11// clang-format off
16// clang-format on
17
18namespace InsideWaterlilyBlockSystemImpl {
19// functions
20// NOLINTBEGIN
21MCNAPI void destroyWaterlilySystem(
22 ::ViewT<
23 ::StrictEntityContext,
24 ::Include<::BoatFlagComponent>,
25 ::InsideBlockWithPosComponent<::WaterlilyBlockFlag> const,
26 ::ActorOwnerComponent> view
27);
28
29MCNAPI void tickDestroyWaterlily(
30 ::InsideBlockWithPosComponent<::WaterlilyBlockFlag> const& insideWaterlilyBlockComponent,
31 ::ActorOwnerComponent& actorOwnerComponent
32);
33// NOLINTEND
34
35} // namespace InsideWaterlilyBlockSystemImpl
Definition ActorOwnerComponent.h:10
Definition StrictEntityContext.h:8
Definition BoatFlagComponent.h:5
Definition WaterlilyBlockFlag.h:5