StopSoundPacket

data class StopSoundPacket(val flags: Byte, val source: Int?, val sound: String?) : ClientBoundPacket

Stop Sound | 0x5f | play | clientbound

Parameters

flags

flags

source

source

sound

sound

See also

Constructors

Link copied to clipboard
constructor(flags: Byte, source: Int?, sound: String?)

Types

Link copied to clipboard

Properties

Link copied to clipboard
val flags: Byte
Link copied to clipboard
Link copied to clipboard
val source: Int?