Interface Overlay

All Superinterfaces:
OverlayBinding
All Known Implementing Classes:
AnnotatedOverlay

public interface Overlay extends OverlayBinding
Draws plugin-controlled UI over the game canvas.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    paint(Graphics2D graphics, int width, int height)
    Paints this overlay.

    Methods inherited from interface dev.twilite.client.ui.OverlayBinding

    imgui
  • Method Details

    • paint

      void paint(Graphics2D graphics, int width, int height)
      Paints this overlay.
      Parameters:
      graphics - graphics context for the current frame
      width - canvas width in pixels
      height - canvas height in pixels