Package-level declarations

Types

Link copied to clipboard
data class PlayerJoinEvent(val player: Player) : Event
Link copied to clipboard
data class PlayerLeaveEvent(val player: Player) : Event
Link copied to clipboard
data class PlayerSwitchServerEvent(val player: Player, val oldServiceInfo: ServiceInfo, val newServiceInfo: ServiceInfo) : Event