LeviLamina
Loading...
Searching...
No Matches
PlayerMovement.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated forward declare list
6
// clang-format off
7
class
EntityContext
;
8
class
Vec2
;
9
struct
ClientInputLockComponent
;
10
struct
MoveInputComponent
;
11
struct
MoveInputState
;
12
// clang-format on
13
14
namespace
PlayerMovement {
15
// functions
16
// NOLINTBEGIN
17
MCAPI
void
applyInputLocks(
::ClientInputLockComponent
const
& lockComponent,
::MoveInputState
& inputState);
18
19
MCAPI ::Vec2 calculateButtonMoveVector(
::MoveInputState
const
& inputState);
20
21
MCAPI
void
clearInputState(
::MoveInputComponent
& input);
22
23
MCAPI
void
initializePlayer(
::EntityContext
& provider);
24
// NOLINTEND
25
26
}
// namespace PlayerMovement
EntityContext
Definition
EntityContext.h:16
Vec2
Definition
Vec2.h:5
ClientInputLockComponent
Definition
ClientInputLockComponent.h:10
MoveInputComponent
Definition
MoveInputComponent.h:11
MoveInputState
Definition
MoveInputState.h:9
src-server
mc
world
actor
provider
PlayerMovement.h
Generated on Wed Nov 5 2025 13:13:20 for LeviLamina by
1.12.0