LeviLamina
Loading...
Searching...
No Matches
PushActorsSystem.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
ActorOwnerComponent
;
13
class
StrictEntityContext
;
14
struct
ActorMovementTickNeededComponent
;
15
struct
MobFlagComponent
;
16
struct
PushActorsRequestComponent
;
17
struct
TickingSystemWithInfo
;
18
// clang-format on
19
20
struct
PushActorsSystem
{
21
public
:
22
// static functions
23
// NOLINTBEGIN
24
MCNAPI
static
void
_tickPushActors
(
25
::ViewT
<
26
::StrictEntityContext
,
27
::Include<::ActorMovementTickNeededComponent, ::MobFlagComponent, ::PushActorsRequestComponent>
,
28
::ActorOwnerComponent
> view,
29
::EntityModifier<::PushActorsRequestComponent>
mod
30
);
31
32
MCNAPI static ::TickingSystemWithInfo
createSystem
();
33
34
MCNAPI
static
void
pushActors
(
::ActorOwnerComponent
& actorOwnerComponent);
35
// NOLINTEND
36
};
ActorOwnerComponent
Definition
ActorOwnerComponent.h:10
EntityModifier
Definition
EntityModifier.h:6
StrictEntityContext
Definition
StrictEntityContext.h:8
ViewT
Definition
ViewT.h:6
ActorMovementTickNeededComponent
Definition
ActorMovementTickNeededComponent.h:5
Include
Definition
Include.h:6
MobFlagComponent
Definition
MobFlagComponent.h:5
PushActorsRequestComponent
Definition
PushActorsRequestComponent.h:5
PushActorsSystem
Definition
PushActorsSystem.h:20
PushActorsSystem::pushActors
static MCAPI void pushActors(::ActorOwnerComponent &actorOwnerComponent)
PushActorsSystem::createSystem
static MCAPI ::TickingSystemWithInfo createSystem()
PushActorsSystem::_tickPushActors
static MCAPI void _tickPushActors(::ViewT< ::StrictEntityContext, ::Include<::ActorMovementTickNeededComponent, ::MobFlagComponent, ::PushActorsRequestComponent >, ::ActorOwnerComponent > view, ::EntityModifier<::PushActorsRequestComponent > mod)
TickingSystemWithInfo
Definition
TickingSystemWithInfo.h:13
src-server
mc
entity
systems
PushActorsSystem.h
Generated on Tue Nov 25 2025 04:01:00 for LeviLamina by
1.12.0