public static interface PlaySoundEvent.Record extends PlaySoundEvent
Modifier and Type | Interface and Description |
---|---|
static interface |
PlaySoundEvent.Record.Start
Fired when a record starts playing.
|
static interface |
PlaySoundEvent.Record.Stop
Fired when a record stops playing.
|
PlaySoundEvent.AtEntity, PlaySoundEvent.Broadcast, PlaySoundEvent.NoteBlock, PlaySoundEvent.Record
Modifier and Type | Method and Description |
---|---|
Jukebox |
getJukebox()
Gets the
Jukebox associated with this event. |
RecordType |
getRecordType()
Gets the
RecordType associated with this event. |
getLocation, getPitch, getSoundCategory, getSoundType, getVolume
getCause, getContext, getSource
isCancelled, setCancelled
Jukebox getJukebox()
Jukebox
associated with this event.RecordType getRecordType()
RecordType
associated with this event.