Class TAnimation

java.lang.Object
rsb.event.impl.TAnimation
All Implemented Interfaces:
EventListener, TextPaintListener

public class TAnimation extends Object implements TextPaintListener
  • Constructor Details

    • TAnimation

      public TAnimation(RuneLite bot)
  • Method Details

    • drawLine

      public int drawLine(Graphics render, int idx)
      Description copied from interface: TextPaintListener
      Draws at the line at the index
      Specified by:
      drawLine in interface TextPaintListener
      Parameters:
      render - the graphic renderer for the bot singleton
      idx - the index for the line to draw from
      Returns:
      the line number + number of lines actually drawn.