canStep

fun LocalPlayer.canStep(height: Double = 1.0): Boolean

Check if the player can step up by height blocks.

TODO: Use Minecraft Step logic instead of this basic collision check.