ServerPackCreator
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
ServerPackCreator
ServerPackCreator
/
de.griefed.serverpackcreator.api
/
ApiPlugins
/
getAllExtensionsOfPlugin
get
All
Extensions
Of
Plugin
fun
<
T
>
getAllExtensionsOfPlugin
(
plugin
:
PluginWrapper
,
type
:
Class
<
T
>
)
:
List
<
T
>
(
source
)
Get all extension of the specified
type
for the specified
plugin
.
Author
Griefed