Package com.github.syari.spigot.api.event

Types

EventAction
Link copied to clipboard
object EventAction
登録のネストをエラーにするためのクラス。
EventRegister
Link copied to clipboard
interface EventRegister
継承することでイベントの登録を行える。
Events
Link copied to clipboard
class Events : Listener
EventRegister.register で使われている。イベントの定義を行える。
EventsAction
Link copied to clipboard
typealias EventsAction = Events.() -> Unit

Events.() -> Unit

Functions

events
Link copied to clipboard
fun JavaPlugin.events(action: EventsAction)
イベントの登録を行う。