Package-level declarations

Types

Link copied to clipboard
data class DodgePlan(val directionalInput: DirectionalInput, val shouldJump: Boolean, val yawChange: Float?, val useTimer: Boolean)
Link copied to clipboard
class DodgePlanner(config: DodgePlannerConfig, hypotheticalHit: ModuleAutoDodge.HitInfo, distanceToArrowLine: Double, optimalDodgePosRelativeToPlayer: Vec3) : MinecraftShortcuts
Link copied to clipboard
data class DodgePlannerConfig(val allowRotations: Boolean)
Link copied to clipboard

Functions

Link copied to clipboard
fun findOptimalDodgePosition(baseLine: Line): Vec3
Link copied to clipboard
fun getWalkableDistance(basePos: Vec3, dodgePos: Vec3): Double
Link copied to clipboard