LeviLamina
Loading...
Searching...
No Matches
CameraInputTransferSystem.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
ActorMovementTickNeededComponent
;
14
struct
LocalPlayerComponent
;
15
struct
MoveInputComponent
;
16
struct
TickingSystemWithInfo
;
17
namespace
MinecraftCamera {
struct
ActiveCameraComponent; }
18
namespace
MinecraftCamera {
struct
CameraAttachComponent; }
19
namespace
MinecraftCamera {
struct
CameraComponent; }
20
namespace
MinecraftCamera {
struct
DefaultInputCameraComponent; }
21
// clang-format on
22
23
namespace
CameraInputTransferSystem {
24
// functions
25
// NOLINTBEGIN
26
MCNAPI
void
_tickMoveInputUpdate(
27
::ViewT
<
28
::StrictEntityContext
,
29
::Include<::MinecraftCamera::ActiveCameraComponent>
,
30
::MinecraftCamera::CameraComponent
const
,
31
::MinecraftCamera::CameraAttachComponent
const
> activeAttachedCameraView,
32
::ViewT
<
33
::StrictEntityContext
,
34
::Include<::MinecraftCamera::ActiveCameraComponent>
,
35
::Exclude<::MinecraftCamera::CameraAttachComponent>
,
36
::MinecraftCamera::CameraComponent
const
> activeDetachedCameraView,
37
::ViewT
<
38
::StrictEntityContext
,
39
::Include<::MinecraftCamera::DefaultInputCameraComponent>
,
40
::MinecraftCamera::CameraAttachComponent
const
> defaultInputCameraView,
41
::ViewT
<
42
::StrictEntityContext
,
43
::Include<::ActorMovementTickNeededComponent, ::LocalPlayerComponent>
,
44
::MoveInputComponent
> localPlayerView
45
);
46
47
MCNAPI ::TickingSystemWithInfo createMoveInputUpdateSystem();
48
49
MCNAPI ::TickingSystemWithInfo createPlayerActionUpdateSystem();
50
// NOLINTEND
51
52
}
// namespace CameraInputTransferSystem
StrictEntityContext
Definition
StrictEntityContext.h:8
ViewT
Definition
ViewT.h:6
ActorMovementTickNeededComponent
Definition
ActorMovementTickNeededComponent.h:5
Exclude
Definition
Exclude.h:6
Include
Definition
Include.h:6
LocalPlayerComponent
Definition
LocalPlayerComponent.h:5
MinecraftCamera::CameraAttachComponent
Definition
CameraAttachComponent.h:7
MinecraftCamera::CameraComponent
Definition
CameraComponent.h:7
MoveInputComponent
Definition
MoveInputComponent.h:11
TickingSystemWithInfo
Definition
TickingSystemWithInfo.h:13
src-server
mc
entity
systems
CameraInputTransferSystem.h
Generated on Tue Nov 25 2025 04:00:59 for LeviLamina by
1.12.0