Package baritone.api.behavior.look
Interface ITickableAimProcessor
- All Superinterfaces:
IAimProcessor
- Author:
- Brady
-
Method Summary
Modifier and TypeMethodDescriptionvoidadvance(int ticks) Callstick()the specified number of times.nextRotation(Rotation rotation) Returns the actual rotation as provided byIAimProcessor.peekRotation(Rotation), and then automatically advances the internal state by onetick.voidtick()Advances the internal state of this aim processor by a single tick.Methods inherited from interface baritone.api.behavior.look.IAimProcessor
fork, peekRotation
-
Method Details
-
tick
void tick()Advances the internal state of this aim processor by a single tick. -
advance
Callstick()the specified number of times.- Parameters:
ticks- The number of calls
-
nextRotation
Returns the actual rotation as provided byIAimProcessor.peekRotation(Rotation), and then automatically advances the internal state by onetick.- Parameters:
rotation- The desired rotation to set- Returns:
- The actual rotation
-