Interface TextPaintListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
TAnimation, TCamera, TFloorHeight, TFPS, TLoginIndex, TMenu, TMenuActions, TMousePosition, TPlayerPosition, TTab, TUserInputAllowed

public interface TextPaintListener extends EventListener
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    drawLine(Graphics render, int i)
    Draws at the line at the index
  • Method Details

    • drawLine

      int drawLine(Graphics render, int i)
      Draws at the line at the index
      Parameters:
      render - the graphic renderer for the bot singleton
      i - the index for the line to draw from
      Returns:
      the line number + number of lines actually drawn.