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
MoveInputState
;
11
struct
Tick
;
12
// clang-format on
13
14
namespace
PlayerMovement {
15
// functions
16
// NOLINTBEGIN
17
MCNAPI
void
applyInputLocks(
::ClientInputLockComponent
const
& lockComponent,
::MoveInputState
& inputState);
18
19
MCNAPI ::Vec2 calculateButtonMoveVector(
::MoveInputState
const
& inputState);
20
21
MCNAPI
void
initializePlayer(
::EntityContext
& provider);
22
23
MCNAPI
void
setElytraFlightTimeTicks(
::EntityContext
& provider,
::Tick
const
& value);
24
// NOLINTEND
25
26
}
// namespace PlayerMovement
EntityContext
Definition
EntityContext.h:16
Vec2
Definition
Vec2.h:5
ClientInputLockComponent
Definition
ClientInputLockComponent.h:10
MoveInputState
Definition
MoveInputState.h:8
Tick
Definition
Tick.h:5
src
mc
world
actor
provider
PlayerMovement.h
Generated on Wed Aug 27 2025 11:40:24 for LeviLamina by
1.12.0