LeviLamina
Loading...
Searching...
No Matches
EnderManPreAIStepSystem.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/EntityModifier.h"
8
#include "mc/deps/ecs/strict/Include.h"
9
10
// auto generated forward declare list
11
// clang-format off
12
class
StrictEntityContext
;
13
struct
ActorMovementTickNeededComponent
;
14
struct
EnderManFlagComponent
;
15
struct
MobIsJumpingFlagComponent
;
16
struct
TickingSystemWithInfo
;
17
// clang-format on
18
19
struct
EnderManPreAIStepSystem
{
20
public
:
21
// static functions
22
// NOLINTBEGIN
23
MCAPI static ::TickingSystemWithInfo createSystem();
24
25
MCAPI
static
void
tick(
26
::ViewT
<
27
::StrictEntityContext
,
28
::Include<::ActorMovementTickNeededComponent, ::EnderManFlagComponent, ::MobIsJumpingFlagComponent>
> view,
29
::EntityModifier<::MobIsJumpingFlagComponent>
mod
30
);
31
// NOLINTEND
32
};
EntityModifier
Definition
EntityModifier.h:6
StrictEntityContext
Definition
StrictEntityContext.h:10
ViewT
Definition
ViewT.h:6
ActorMovementTickNeededComponent
Definition
ActorMovementTickNeededComponent.h:5
EnderManFlagComponent
Definition
EnderManFlagComponent.h:5
EnderManPreAIStepSystem
Definition
EnderManPreAIStepSystem.h:19
Include
Definition
Include.h:6
MobIsJumpingFlagComponent
Definition
MobIsJumpingFlagComponent.h:5
TickingSystemWithInfo
Definition
TickingSystemWithInfo.h:11
src
mc
entity
systems
EnderManPreAIStepSystem.h
Generated on Sat Apr 26 2025 05:55:37 for LeviLamina by
1.12.0