kts4mc-template-1.21.11
Toggle table of contents
1.0.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
kts4mc-template-1.21.11
kts4mc-template-1.21.11
/
top.katton.util
/
ReflectUtil
/
invokeWithParamType
invoke
With
Param
Type
fun
invokeWithParamType
(
caller
:
Any
,
name
:
String
,
paramTypes
:
MutableList
<
Class
<
*
>
>
,
vararg
args
:
Any
?
)
:
Result
<
*
>