LeviLamina
Loading...
Searching...
No Matches
FireworksMovementSystems.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
#include "mc/deps/ecs/strict/OptionalGlobal.h"
10
#include "mc/entity/systems/movement/actor/fireworks_movement_systems/RocketAttached.h"
11
12
// auto generated forward declare list
13
// clang-format off
14
class
EntitySystems
;
15
class
LocalSpatialEntityFetcher
;
16
class
StrictEntityContext
;
17
struct
ActorMovementTickNeededComponent
;
18
struct
ActorRotationComponent
;
19
struct
ActorSetPositionRequestComponent
;
20
struct
ActorUniqueID
;
21
struct
DimensionTypeComponent
;
22
struct
FireworksRocketFlagComponent
;
23
struct
LocalSpatialEntityFetcherFactoryComponent
;
24
struct
MobFlagComponent
;
25
struct
MoveRequestComponent
;
26
struct
StateVectorComponent
;
27
struct
SynchedActorDataComponent
;
28
// clang-format on
29
30
namespace
FireworksMovementSystems {
31
// functions
32
// NOLINTBEGIN
33
MCNAPI
void
fireworksRocketMoveClient(
34
::ViewT
<
35
::StrictEntityContext
,
36
::Include<::ActorMovementTickNeededComponent, ::FireworksRocketFlagComponent>
,
37
::SynchedActorDataComponent
const
,
38
::StateVectorComponent
,
39
::ActorRotationComponent
> view,
40
::ViewT
<
::StrictEntityContext
,
::Include<::MobFlagComponent>
,
::StateVectorComponent
const
> stateVectors,
41
::ViewT<::StrictEntityContext, ::DimensionTypeComponent const>
dimensions,
42
::EntityModifier<::ActorSetPositionRequestComponent>
modifier,
43
::OptionalGlobal<::LocalSpatialEntityFetcherFactoryComponent>
factoryComponent
44
);
45
46
MCNAPI ::FireworksMovementSystems::RocketAttached fireworksRocketMoveClientEntity(
47
::StrictEntityContext
const
& rocket,
48
::SynchedActorDataComponent
const
& rocketData,
49
::StateVectorComponent
& rocketStateVector,
50
::ActorRotationComponent
& rocketRotation,
51
::LocalSpatialEntityFetcher
& fetcher,
52
::ViewT
<
::StrictEntityContext
,
::Include<::MobFlagComponent>
,
::StateVectorComponent
const
>
const
& stateVectors,
53
::EntityModifier<::ActorSetPositionRequestComponent>
modifier
54
);
55
56
MCNAPI
void
fireworksRocketMoveServer(
57
::ViewT
<
58
::StrictEntityContext
,
59
::Include<::ActorMovementTickNeededComponent, ::FireworksRocketFlagComponent>
,
60
::SynchedActorDataComponent
const
,
61
::StateVectorComponent
,
62
::ActorRotationComponent
> view,
63
::ViewT
<
::StrictEntityContext
,
::Include<::MobFlagComponent>
,
::StateVectorComponent
const
> stateVectors,
64
::ViewT<::StrictEntityContext, ::DimensionTypeComponent const>
dimensions,
65
::EntityModifier<::ActorSetPositionRequestComponent>
clientModifier,
66
::EntityModifier<::MoveRequestComponent>
serverModifier,
67
::OptionalGlobal<::LocalSpatialEntityFetcherFactoryComponent>
factoryComponent
68
);
69
70
MCNAPI
void
registerRocketMovementSystems(
::EntitySystems
& systemRegistry,
bool
isClientSide);
71
72
MCNAPI
void
simulateAttachedRocket(
73
::StrictEntityContext
const
& rocket,
74
::ActorUniqueID
const
& attachedID,
75
::StateVectorComponent
& rocketStateVector,
76
::LocalSpatialEntityFetcher
& fetcher,
77
::ViewT
<
::StrictEntityContext
,
::Include<::MobFlagComponent>
,
::StateVectorComponent
const
>
const
& stateVectors,
78
::EntityModifier<::ActorSetPositionRequestComponent>
modifier
79
);
80
// NOLINTEND
81
82
}
// namespace FireworksMovementSystems
EntityModifier
Definition
EntityModifier.h:6
EntitySystems
Definition
EntitySystems.h:24
LocalSpatialEntityFetcher
Definition
LocalSpatialEntityFetcher.h:5
OptionalGlobal
Definition
OptionalGlobal.h:6
StrictEntityContext
Definition
StrictEntityContext.h:8
ViewT
Definition
ViewT.h:6
ActorMovementTickNeededComponent
Definition
ActorMovementTickNeededComponent.h:5
ActorRotationComponent
Definition
ActorRotationComponent.h:8
ActorSetPositionRequestComponent
Definition
ActorSetPositionRequestComponent.h:8
ActorUniqueID
Definition
ActorUniqueID.h:5
DimensionTypeComponent
Definition
DimensionTypeComponent.h:13
FireworksRocketFlagComponent
Definition
FireworksRocketFlagComponent.h:5
Include
Definition
Include.h:6
LocalSpatialEntityFetcherFactoryComponent
Definition
LocalSpatialEntityFetcherFactoryComponent.h:8
MobFlagComponent
Definition
MobFlagComponent.h:5
MoveRequestComponent
Definition
MoveRequestComponent.h:11
StateVectorComponent
Definition
StateVectorComponent.h:8
SynchedActorDataComponent
Definition
SynchedActorDataComponent.h:8
src-server
mc
entity
systems
movement
actor
fireworks_movement_systems
FireworksMovementSystems.h
Generated on Tue Nov 25 2025 04:00:59 for LeviLamina by
1.12.0