public class MovementInputFromOptions extends MovementInput
Modifier and Type | Field and Description |
---|---|
private GameSettings |
gameSettings |
backKeyDown, forwardKeyDown, jump, leftKeyDown, moveForward, moveStrafe, rightKeyDown, sneak
Constructor and Description |
---|
MovementInputFromOptions(GameSettings gameSettingsIn) |
Modifier and Type | Method and Description |
---|---|
void |
updatePlayerMoveState() |
getMoveVector
private final GameSettings gameSettings
public MovementInputFromOptions(GameSettings gameSettingsIn)
public void updatePlayerMoveState()
updatePlayerMoveState
in class MovementInput