LeviLamina
Loading...
Searching...
No Matches
InsideEndPortalBlockSystemImpl.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/entity/components/InsideBlockWithPosAndBlockComponent.h"
8
9
// auto generated forward declare list
10
// clang-format off
11
class
ActorOwnerComponent
;
12
class
StrictEntityContext
;
13
struct
EndPortalBlockFlag
;
14
// clang-format on
15
16
namespace
InsideEndPortalBlockSystemImpl {
17
// functions
18
// NOLINTBEGIN
19
MCNAPI
void
insideEndPortalBlockSystem(
20
::ViewT<
21
::StrictEntityContext,
22
::InsideBlockWithPosAndBlockComponent<::EndPortalBlockFlag>
const
,
23
::ActorOwnerComponent> view
24
);
25
26
MCNAPI
void
tickInsideEndPortalBlock(
27
::InsideBlockWithPosAndBlockComponent<::EndPortalBlockFlag>
const
& endPortalInsideComponent,
28
::ActorOwnerComponent& actorOwnerComponent
29
);
30
// NOLINTEND
31
32
}
// namespace InsideEndPortalBlockSystemImpl
ActorOwnerComponent
Definition
ActorOwnerComponent.h:10
StrictEntityContext
Definition
StrictEntityContext.h:8
EndPortalBlockFlag
Definition
EndPortalBlockFlag.h:5
src
mc
entity
systems
InsideEndPortalBlockSystemImpl.h
Generated on
for LeviLamina by
1.16.1