Rotation Target
An aim plan is a plan to aim at a certain rotation. It is being used to calculate the next rotation to aim at.
Parameters
The rotation we want to aim at.
The mode of the smoother.
Constructors
Properties
Consider if the inventory is open or not. If the inventory is open, we might not want to continue updating.
The rotation processors which are being used to calculate the next rotation. This list should start with net.ccbluex.liquidbounce.utils.aiming.features.processors.anglesmooth.AngleSmooth and then continue with other processors like ShortStopRotationProcessor and FailFocus.
The reset threshold defines the threshold at which we are going to reset the aim plan. The threshold is being calculated by the distance between the current rotation and the rotation we want to aim.
The ticks until reset defines the amount of ticks until we are rotating back.
What should be done if the target rotation has been reached. Can be null.