LeviLamina
Loading...
Searching...
No Matches
PlayActorStepSoundSystemImpl.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
ActorOwnerComponent
;
13
class
StrictEntityContext
;
14
struct
ActorDataFlagComponent
;
15
struct
ActorDefinitionIdentifierComponent
;
16
struct
CamelFlagComponent
;
17
struct
CurrentlyStandingOnBlockComponent
;
18
struct
DimensionTypeComponent
;
19
struct
GallopSoundCounterComponent
;
20
struct
MakesLavaStepSoundComponent
;
21
struct
MovementSoundComponent
;
22
struct
RandomComponent
;
23
struct
RandomReferenceComponent
;
24
struct
ShouldPlayStepSoundComponent
;
25
struct
SoundEventPlayerComponent
;
26
struct
SoundEventRequestQueueComponent
;
27
struct
UsesDefaultStepSoundComponent
;
28
// clang-format on
29
30
namespace
PlayActorStepSoundSystemImpl {
31
// functions
32
// NOLINTBEGIN
33
MCAPI
void
tick(
34
::entt::type_list<
35
::Include<::ShouldPlayStepSoundComponent>
,
36
::Exclude
<
37
::UsesDefaultStepSoundComponent
,
38
::GallopSoundCounterComponent
,
39
::CamelFlagComponent
,
40
::MakesLavaStepSoundComponent
>>,
41
::StrictEntityContext
const
& entity,
42
::ActorOwnerComponent
const
& actorOwner,
43
::ActorDefinitionIdentifierComponent
const
& actorDefinitionIdentifier,
44
::ActorDataFlagComponent
const
& actorDataFlag,
45
::CurrentlyStandingOnBlockComponent
const
& currentlyStandingOnBlock,
46
::DimensionTypeComponent
const
& dimensionType,
47
::SoundEventPlayerComponent
const
& soundEventPlayer,
48
::RandomReferenceComponent
const
& randomReference,
49
::MovementSoundComponent
& movementSound,
50
::ViewT<::StrictEntityContext, ::SoundEventRequestQueueComponent>
& requestQueueView,
51
::ViewT<::StrictEntityContext, ::RandomComponent>
& randomView
52
);
53
// NOLINTEND
54
55
}
// namespace PlayActorStepSoundSystemImpl
ActorOwnerComponent
Definition
ActorOwnerComponent.h:10
StrictEntityContext
Definition
StrictEntityContext.h:10
ViewT
Definition
ViewT.h:6
ActorDataFlagComponent
Definition
ActorDataFlagComponent.h:8
ActorDefinitionIdentifierComponent
Definition
ActorDefinitionIdentifierComponent.h:10
CamelFlagComponent
Definition
CamelFlagComponent.h:5
CurrentlyStandingOnBlockComponent
Definition
CurrentlyStandingOnBlockComponent.h:10
DimensionTypeComponent
Definition
DimensionTypeComponent.h:13
Exclude
Definition
Exclude.h:6
GallopSoundCounterComponent
Definition
GallopSoundCounterComponent.h:8
Include
Definition
Include.h:6
MakesLavaStepSoundComponent
Definition
MakesLavaStepSoundComponent.h:5
MovementSoundComponent
Definition
MovementSoundComponent.h:8
RandomComponent
Definition
RandomComponent.h:10
RandomReferenceComponent
Definition
RandomReferenceComponent.h:10
ShouldPlayStepSoundComponent
Definition
ShouldPlayStepSoundComponent.h:5
SoundEventPlayerComponent
Definition
SoundEventPlayerComponent.h:10
SoundEventRequestQueueComponent
Definition
SoundEventRequestQueueComponent.h:10
UsesDefaultStepSoundComponent
Definition
UsesDefaultStepSoundComponent.h:5
src
mc
entity
systems
PlayActorStepSoundSystemImpl.h
Generated on Sat Apr 26 2025 05:55:37 for LeviLamina by
1.12.0