ClientboundSoundEntityPacketEvent

class ClientboundSoundEntityPacketEvent(player: Player, packet: ClientboundSoundEntityPacket) : PlayerPacketEvent<ClientboundSoundEntityPacket>

Constructors

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

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
var packet: ClientboundSoundEntityPacket
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