UltimateUI guide
Core Access
Access the main instance and check API status.
Access the singleton instance and verify if the UltimateUI system is fully loaded and ready to process requests.
| Method | Returns | Description |
|---|---|---|
UltimateUIAPI.get() | UltimateUIAPI | Retrieves the singleton instance. |
UltimateUIAPI.isAvailable() | boolean | Checks if the API is initialized and ready to process requests. |