Interface PaintListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
DrawBoundaries, DrawGround, DrawInventory, DrawItems, DrawModel, DrawMouse, DrawNPCs, DrawObjects, DrawPlayers, DrawSettings, DrawWeb, LoginBot, Random, Test

public interface PaintListener extends EventListener
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
  • Method Details

    • onRepaint

      void onRepaint(Graphics render)