LeviLamina
Loading...
Searching...
No Matches
MobCounterSystem.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/Exclude.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
ActorRemovedFlagComponent
;
14
struct
ActorTickedComponent
;
15
struct
MobFlagComponent
;
16
struct
PlayerComponent
;
17
struct
TickingSystemWithInfo
;
18
// clang-format on
19
20
namespace
MobCounterSystem {
21
// functions
22
// NOLINTBEGIN
23
MCNAPI ::TickingSystemWithInfo createSystem();
24
25
MCNAPI
void
getMobCount(
26
::ViewT
<
27
::StrictEntityContext
,
28
::Include<::ActorTickedComponent, ::MobFlagComponent>
,
29
::Exclude<::ActorRemovedFlagComponent, ::PlayerComponent>
> view
30
);
31
// NOLINTEND
32
33
}
// namespace MobCounterSystem
StrictEntityContext
Definition
StrictEntityContext.h:8
ViewT
Definition
ViewT.h:6
ActorRemovedFlagComponent
Definition
ActorRemovedFlagComponent.h:5
ActorTickedComponent
Definition
ActorTickedComponent.h:5
Exclude
Definition
Exclude.h:6
Include
Definition
Include.h:6
MobFlagComponent
Definition
MobFlagComponent.h:5
PlayerComponent
Definition
PlayerComponent.h:5
TickingSystemWithInfo
Definition
TickingSystemWithInfo.h:13
src-server
mc
entity
systems
MobCounterSystem.h
Generated on Tue Nov 25 2025 04:00:59 for LeviLamina by
1.12.0