Interface IPluginHost

    • Method Detail

      • getInterface

        default <T> List<T> getInterface​(Class<T> apiInterface)
        Provides an implementation of a specified interface.
        Returns:
        The implementation[s] of the interface or null if unsupported.