Interface ITickableAimProcessor

All Superinterfaces:
IAimProcessor

public interface ITickableAimProcessor extends IAimProcessor
Author:
Brady
  • Method Details

    • tick

      void tick()
      Advances the internal state of this aim processor by a single tick.
    • advance

      void advance(int ticks)
      Calls tick() the specified number of times.
      Parameters:
      ticks - The number of calls
    • nextRotation

      Returns the actual rotation as provided by IAimProcessor.peekRotation(Rotation), and then automatically advances the internal state by one tick.
      Parameters:
      rotation - The desired rotation to set
      Returns:
      The actual rotation