public class MovementInput
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
boolean |
jump |
float |
moveForward
The speed at which the player is moving forward.
|
float |
moveStrafe
The speed at which the player is strafing.
|
boolean |
sneak |
| Constructor and Description |
|---|
MovementInput() |
| Modifier and Type | Method and Description |
|---|---|
void |
updatePlayerMoveState() |
public float moveStrafe
public float moveForward
public boolean jump
public boolean sneak