LeviLamina
Loading...
Searching...
No Matches
ServerPlayerStopRidingInteractSystem.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/deps/ecs/Optional.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
ActorRuntimeID
;
14
class
StrictEntityContext
;
15
struct
ActorMovementTickNeededComponent
;
16
struct
PassengerComponent
;
17
struct
ServerPlayerInteractComponent
;
18
struct
ServerPlayerMovementComponent
;
19
struct
TickingSystemWithInfo
;
20
// clang-format on
21
22
namespace
ServerPlayerStopRidingInteractSystem {
23
// functions
24
// NOLINTBEGIN
25
MCNAPI ::TickingSystemWithInfo createSystem();
26
27
MCNAPI
void
makePassengerStopRiding(
28
::ActorOwnerComponent
& actorOwnerComponent,
29
::ServerPlayerMovementComponent
* serverPlayerMovementComponent,
30
::ActorRuntimeID
const
& vehicleID
31
);
32
33
MCNAPI
void
tickServerPlayerStopRidingPacket(
34
::entt::type_list<
::Include<::ActorMovementTickNeededComponent>
>,
35
::StrictEntityContext
const
& entity,
36
::ServerPlayerInteractComponent
const
& stopRidingRequest,
37
::Optional<::PassengerComponent const>
isPassenger,
38
::Optional<::ServerPlayerMovementComponent>
serverPlayerMovementComponent,
39
::ActorOwnerComponent
& actorOwnerComponent,
40
::EntityModifier<::ServerPlayerInteractComponent>
modifier
41
);
42
// NOLINTEND
43
44
}
// namespace ServerPlayerStopRidingInteractSystem
ActorOwnerComponent
Definition
ActorOwnerComponent.h:10
ActorRuntimeID
Definition
ActorRuntimeID.h:5
EntityModifier
Definition
EntityModifier.h:6
Optional
Definition
Optional.h:8
StrictEntityContext
Definition
StrictEntityContext.h:8
ActorMovementTickNeededComponent
Definition
ActorMovementTickNeededComponent.h:5
Include
Definition
Include.h:6
PassengerComponent
Definition
PassengerComponent.h:8
ServerPlayerInteractComponent
Definition
ServerPlayerInteractComponent.h:8
ServerPlayerMovementComponent
Definition
ServerPlayerMovementComponent.h:15
TickingSystemWithInfo
Definition
TickingSystemWithInfo.h:13
src
mc
entity
systems
ServerPlayerStopRidingInteractSystem.h
Generated on Fri Jun 13 2025 05:04:34 for LeviLamina by
1.12.0