EventEmitter

class EventEmitter(context: SocketContext, listeners: Collection<PluginEventHandler>)

Constructors

Link copied to clipboard
constructor(context: SocketContext, listeners: Collection<PluginEventHandler>)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
fun onDestroyPlayer(player: IPlayer)
Link copied to clipboard
fun onNewPlayer(player: IPlayer)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun onWebSocketOpen(resumed: Boolean)