LeviLamina
Loading...
Searching...
No Matches
SpawnExperienceOrbSystemImpl.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/OptionalGlobal.h"
8
9
// auto generated forward declare list
10
// clang-format off
11
class
LevelComponent
;
12
class
StrictEntityContext
;
13
struct
SpawnExperienceOrbRequestQueueComponent
;
14
// clang-format on
15
16
namespace
SpawnExperienceOrbSystemImpl {
17
// functions
18
// NOLINTBEGIN
19
MCNAPI
void
tick(
20
::OptionalGlobal<::SpawnExperienceOrbRequestQueueComponent> spawnExperienceOrbRequestQueueComponent,
21
::ViewT<::StrictEntityContext, ::LevelComponent> view
22
);
23
24
MCNAPI
void
25
trySpawnExperienceOrbs(::LevelComponent& levelComponent, ::SpawnExperienceOrbRequestQueueComponent& requestComponent);
26
// NOLINTEND
27
28
}
// namespace SpawnExperienceOrbSystemImpl
LevelComponent
Definition
LevelComponent.h:10
StrictEntityContext
Definition
StrictEntityContext.h:8
SpawnExperienceOrbRequestQueueComponent
Definition
SpawnExperienceOrbRequestQueueComponent.h:14
src
mc
entity
systems
SpawnExperienceOrbSystemImpl.h
Generated on
for LeviLamina by
1.16.1