com.skillw.asahi.api.script.linking.Invoker.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of Pouvoir Show documentation
Show all versions of Pouvoir Show documentation
Bukkit Script Engine Plugin.
package com.skillw.asahi.api.script.linking
import com.skillw.asahi.api.member.context.AsahiContext
/**
* @className Invoker
*
* @author Glom
* @date 2023/1/22 19:00 Copyright 2024 Glom.
*/
fun interface Invoker {
fun invoke(context: AsahiContext, vararg params: Any?): Any?
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy