EasySpigotAPI
/
com.github.syari.spigot.api.event
/
EventRegister
/
Companion
Companion
object
Companion
Content copied to clipboard
Functions
See also
See also
com.github.syari.spigot.api.event.EventRegister.Companion
Functions
registerEvents
Link copied to clipboard
fun
JavaPlugin
.
registerEvents
(vararg events:
EventRegister
)
Content copied to clipboard
JavaPlugin.onEnable
内で呼び出すことでイベントの登録をする。
override fun onEnable() {
registerEvents(...)
}