Package-level declarations

Types

Link copied to clipboard
abstract class AngleSmooth(name: String, val parent: ModeValueGroup<*>, aliases: List<String> = emptyList()) : Mode, RotationProcessor

An AngleSmooth'er, but as choice

Link copied to clipboard
abstract class FactorAngleSmooth(name: String, parent: ModeValueGroup<*>) : AngleSmooth
Link copied to clipboard

This is used by net.ccbluex.liquidbounce.utils.aiming.features.processors.anglesmooth.impl.AiAngleSmooth to define an angle smooth mode that does not affect the current rotation.