📄️ addInterface
Adds an interface to the UI.
📄️ addMainToolbarItem
Adds a toolbar item to the main toolbar.
📄️ addToolbar
Adds a toolbar to the UI.
📄️ goToServer
Goes to a server.
📄️ hasInterface
Checks whether the interface has been added to UI.
📄️ hide
Hides the UI.
📄️ hideComponent
Hides a UI component.
📄️ hideCursor
Hides the cursor.
📄️ hideIndicator
Hides the loading indicator on the UI.
📄️ isComponentShown
Checks whether a UI component is shown.
📄️ isCursorShown
Checks whether the cursor is shown.
📄️ isOptionsMenu
Checks whether the current interface is the Options Menu.
📄️ isPlayersList
Checks whether the current interface is the Players List.
📄️ isServerMenu
Checks whether the current interface is the Server Menu.
📄️ isSystemMenu
Checks whether the current interface is any System Menu.
📄️ openUrl
Opens a URL in a new tab.
📄️ removeAllInterfaces
Removes all interfaces from the UI.
📄️ removeInterface
Removes an interface from the UI.
📄️ removeMainToolbarItem
Removes a toolbar item from the main toolbar.
📄️ removeToolbar
Removes a toolbar from the UI.
📄️ setProps
Sets the size properties of the UI.
📄️ show
Shows the UI.
📄️ showComponent
Shows a UI component.
📄️ showCursor
Shows the cursor.
📄️ showIndicator
Shows a loading indicator on the UI.
📄️ toggleComponent
Toggles the visibility of a UI component.
📄️ toggleCursor
Toggles the locked status of the cursor.
📄️ toggleInterface
Toggles whether an interface is added or not