ClientSidebar

Functions

Link copied to clipboard
fun addSidebarTab(tabName: String, icon: ImageVector?, f: @Composable () -> Unit)

fun addSidebarTab(tabName: String, icon: BufferedImage?, panel: JPanel)

Adds a sidebar tab with a Swing JPanel that appears in RuneLite's sidebar. The tab is automatically removed when the script ends.

Link copied to clipboard

Removes a sidebar tab by name.