get

inline fun <P : Plugin> Plugins.get(): P(source)

根据类型寻找某个 Plugin,如果找不到则抛出 NoSuchElementException

Throws

如果没找到匹配的类型