LeviLamina
Loading...
Searching...
No Matches
BlazePreTravelSystem.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
ActorOwnerComponent
;
12
class
StrictEntityContext
;
13
struct
ActorMovementTickNeededComponent
;
14
struct
BlazeFlagComponent
;
15
struct
TickingSystemWithInfo
;
16
// clang-format on
17
18
class
BlazePreTravelSystem
{
19
public
:
20
// static functions
21
// NOLINTBEGIN
22
MCNAPI
static
void
23
_doBlazePreTravelSystem
(
::StrictEntityContext
const
&,
::ActorOwnerComponent
& actorOwnerComponent);
24
25
MCNAPI
static
void
_tickBlazePreTravelSystem
(
26
::ViewT
<
27
::StrictEntityContext
,
28
::Include<::ActorMovementTickNeededComponent, ::BlazeFlagComponent>
,
29
::ActorOwnerComponent
> view
30
);
31
32
MCNAPI static ::TickingSystemWithInfo
createSystem
();
33
// NOLINTEND
34
};
ActorOwnerComponent
Definition
ActorOwnerComponent.h:10
BlazePreTravelSystem
Definition
BlazePreTravelSystem.h:18
BlazePreTravelSystem::createSystem
static MCAPI ::TickingSystemWithInfo createSystem()
BlazePreTravelSystem::_tickBlazePreTravelSystem
static MCAPI void _tickBlazePreTravelSystem(::ViewT< ::StrictEntityContext, ::Include<::ActorMovementTickNeededComponent, ::BlazeFlagComponent >, ::ActorOwnerComponent > view)
BlazePreTravelSystem::_doBlazePreTravelSystem
static MCAPI void _doBlazePreTravelSystem(::StrictEntityContext const &, ::ActorOwnerComponent &actorOwnerComponent)
StrictEntityContext
Definition
StrictEntityContext.h:8
ViewT
Definition
ViewT.h:6
ActorMovementTickNeededComponent
Definition
ActorMovementTickNeededComponent.h:5
BlazeFlagComponent
Definition
BlazeFlagComponent.h:5
Include
Definition
Include.h:6
TickingSystemWithInfo
Definition
TickingSystemWithInfo.h:13
src
mc
entity
systems
BlazePreTravelSystem.h
Generated on Fri Jun 13 2025 05:04:34 for LeviLamina by
1.12.0