UltimateUI guide
Asset Management
Verify and list available GUI configurations.
Interact with GUI files stored on the disk to check for existence or retrieve a complete list of available pages from the configuration folder.
| Method | Returns | Description |
|---|---|---|
listGuis() | List<String> | Returns an unmodifiable list of all GUI names available in the pages folder. |
guiExists(String name) | boolean | Checks if a GUI with the given name exists (case-insensitive). |