Companion
object Companion
Functions
Link copied to clipboard
fun fromClientPlayer(directionalInput: DirectionalInput, jump: Boolean = player.input.keyPresses.jump, sprinting: Boolean = player.isSprinting, sneaking: Boolean = player.isShiftKeyDown): SimulatedPlayer.SimulatedPlayerInput
Link copied to clipboard
Guesses the current input of a server player based on player position and velocity