isAvailable

abstract fun isAvailable(): Boolean(source)

Tells whether the OptiGUI implementation is loaded or not. This should be checked before using any other OptiGUI API if OptiGUI is an optional dependency. Such APIs are marked with RequiresImplementation.