toggle menu
serverpackcreator-api
jvm
switch theme
search in API
serverpackcreator-api
/
de.griefed.serverpackcreator.api
/
ApiPlugins
/
getAllExtensionsOfPlugin
get
All
Extensions
Of
Plugin
fun
<
T
>
getAllExtensionsOfPlugin
(
plugin
:
PluginWrapper
,
type
:
Class
<
T
>
)
:
List
<
T
>
Get all extension of the specified
type
for the specified
plugin
.
Author
Griefed