NPCOpPlaySound

data class NPCOpPlaySound(val sound: Sound, val pitch: Number, val volume: Number) : NPCOp(source)

Plays a sound

Constructors

Link copied to clipboard
constructor(sound: Sound, pitch: Number, volume: Number)

Functions

Link copied to clipboard
open override fun operate(data: NPCOperationData): CompletableFuture<Unit>

Processes this operation

Properties

Link copied to clipboard
Link copied to clipboard
val sound: Sound
Link copied to clipboard