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
12
class
ActorOwnerComponent
;
13
class
StrictEntityContext
;
14
struct
BoatFlagComponent
;
15
struct
WaterlilyBlockFlag
;
16
// clang-format on
17
18
namespace
InsideWaterlilyBlockSystemImpl {
19
// functions
20
// NOLINTBEGIN
21
MCNAPI
void
destroyWaterlilySystem(
22
::ViewT<
23
::StrictEntityContext,
24
::Include<::BoatFlagComponent>,
25
::InsideBlockWithPosComponent<::WaterlilyBlockFlag>
const
,
26
::ActorOwnerComponent> view
27
);
28
29
MCNAPI
void
tickDestroyWaterlily(
30
::InsideBlockWithPosComponent<::WaterlilyBlockFlag>
const
& insideWaterlilyBlockComponent,
31
::ActorOwnerComponent& actorOwnerComponent
32
);
33
// NOLINTEND
34
35
}
// namespace InsideWaterlilyBlockSystemImpl
ActorOwnerComponent
Definition
ActorOwnerComponent.h:10
StrictEntityContext
Definition
StrictEntityContext.h:8
BoatFlagComponent
Definition
BoatFlagComponent.h:5
WaterlilyBlockFlag
Definition
WaterlilyBlockFlag.h:5
src
mc
entity
systems
InsideWaterlilyBlockSystemImpl.h
Generated on
for LeviLamina by
1.16.1