Class BGList

java.lang.Object
net.botwithus.rs3.imgui.BGList

public final class BGList extends Object
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    DrawLine(float start_x, float start_y, float end_x, float end_y, float width, int color)
     
    static void
    DrawRect(float start_x, float start_y, float end_x, float end_y, int color, float rounding, int flags, float thinkness)
     
    static void
    DrawRectFilled(float start_x, float start_y, float end_x, float end_y, float rounding, int flags, float thinkness, int[] colors)
     

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • DrawLine

      public static void DrawLine(float start_x, float start_y, float end_x, float end_y, float width, int color)
    • DrawRect

      public static void DrawRect(float start_x, float start_y, float end_x, float end_y, int color, float rounding, int flags, float thinkness)
    • DrawRectFilled

      public static void DrawRectFilled(float start_x, float start_y, float end_x, float end_y, float rounding, int flags, float thinkness, int[] colors)