ClientboundSoundPacketEvent

class ClientboundSoundPacketEvent(player: Player, packet: ClientboundSoundPacket) : PlayerPacketEvent<ClientboundSoundPacket>

Constructors

Link copied to clipboard
constructor(player: Player, packet: ClientboundSoundPacket)

Properties

Link copied to clipboard
Link copied to clipboard
var packet: ClientboundSoundPacket
Link copied to clipboard
Link copied to clipboard
val player: Player
Link copied to clipboard
var seed: Long
Link copied to clipboard
var sound: Holder<SoundEvent>
Link copied to clipboard
var source: SoundSource
Link copied to clipboard
Link copied to clipboard
var x: Double
Link copied to clipboard
var y: Double
Link copied to clipboard
var z: Double