Interface PlaySoundEvent.Record.Start
- 
- All Superinterfaces:
 Cancellable,Event,PlaySoundEvent,PlaySoundEvent.Record
- Enclosing interface:
 - PlaySoundEvent.Record
 
public static interface PlaySoundEvent.Record.Start extends PlaySoundEvent.Record
Fired when a record starts playing. 
- 
- 
Nested Class Summary
- 
Nested classes/interfaces inherited from interface org.spongepowered.api.event.sound.PlaySoundEvent
PlaySoundEvent.AtEntity, PlaySoundEvent.Broadcast, PlaySoundEvent.NoteBlock, PlaySoundEvent.Record 
- 
Nested classes/interfaces inherited from interface org.spongepowered.api.event.sound.PlaySoundEvent.Record
PlaySoundEvent.Record.Start, PlaySoundEvent.Record.Stop 
 - 
 
- 
Method Summary
- 
Methods inherited from interface org.spongepowered.api.event.Cancellable
isCancelled, setCancelled 
- 
Methods inherited from interface org.spongepowered.api.event.sound.PlaySoundEvent
location, pitch, soundSource, soundType, volume 
- 
Methods inherited from interface org.spongepowered.api.event.sound.PlaySoundEvent.Record
jukebox, recordType 
 - 
 
 -