Lineage
Toggle table of contents
0.1.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Lineage
api
/
ru.hytalemodding.lineage.api.event
/
EventBus
Event
Bus
interface
EventBus
Registers listeners and dispatches events.
Members
Functions
post
Link copied to clipboard
abstract
fun
post
(
event
:
Event
)
register
Link copied to clipboard
abstract
fun
register
(
listener
:
Any
)
unregister
Link copied to clipboard
abstract
fun
unregister
(
listener
:
Any
)