LeviLamina
Loading...
Searching...
No Matches
IllagerBeastPostAIStepSystem.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
9
// auto generated forward declare list
10
// clang-format off
11
class
StrictEntityContext
;
12
struct
IllagerBeastFlagComponent
;
13
struct
InterpolateMovementNeededComponent
;
14
struct
StateVectorComponent
;
15
struct
SubBBsComponent
;
16
// clang-format on
17
18
class
IllagerBeastPostAIStepSystem
{
19
public
:
20
// IllagerBeastPostAIStepSystem inner types define
21
using
ViewType =
::ViewT
<
22
::StrictEntityContext
,
23
::Include<::InterpolateMovementNeededComponent, ::IllagerBeastFlagComponent>
,
24
::StateVectorComponent
const
,
25
::SubBBsComponent
>;
26
27
public
:
28
// static functions
29
// NOLINTBEGIN
30
MCAPI
static
void
_doIllagerBeastPostAIStepSystem(
31
::StrictEntityContext
const
&,
32
::StateVectorComponent
const
& stateVectorComponent,
33
::SubBBsComponent
& subBBsComponent
34
);
35
36
MCAPI
static
void
_tickIllagerBeastPostAIStepSystem(
37
::ViewT
<
38
::StrictEntityContext
,
39
::Include<::InterpolateMovementNeededComponent, ::IllagerBeastFlagComponent>
,
40
::StateVectorComponent
const
,
41
::SubBBsComponent
> view
42
);
43
// NOLINTEND
44
};
IllagerBeastPostAIStepSystem
Definition
IllagerBeastPostAIStepSystem.h:18
StrictEntityContext
Definition
StrictEntityContext.h:8
ViewT
Definition
ViewT.h:6
IllagerBeastFlagComponent
Definition
IllagerBeastFlagComponent.h:5
Include
Definition
Include.h:6
InterpolateMovementNeededComponent
Definition
InterpolateMovementNeededComponent.h:5
StateVectorComponent
Definition
StateVectorComponent.h:8
SubBBsComponent
Definition
SubBBsComponent.h:10
src
mc
entity
systems
IllagerBeastPostAIStepSystem.h
Generated on
for LeviLamina by
1.16.1