Package-level declarations

Types

Link copied to clipboard
data class PlayerActivationInfo(val player: VoicePlayer, val audioPacket: PlayerAudioPacket)

Information contains the player and the activation id activated by this player.

Link copied to clipboard
class ProximityServerActivationHelper @JvmOverloads constructor(val voiceServer: PlasmoVoiceServer, val activation: ServerActivation, val sourceLine: ServerSourceLine, distanceSupplier: ProximityServerActivationHelper.DistanceSupplier? = null)

Helper class for proximity activations.

Link copied to clipboard
Represents a server activation.
Link copied to clipboard

Manages server activations.