Package net.kyori.adventure.sound
Interface Sound.Source.Provider
- 
- Enclosing class:
- Sound.Source
 
 public static interface Sound.Source.ProviderA provider of sound sources.- Since:
- 4.8.0
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description @NotNull Sound.SourcesoundSource()Gets the source.
 
- 
- 
- 
Method Detail- 
soundSource@NotNull @NotNull Sound.Source soundSource() Gets the source.- Returns:
- the source
- Since:
- 4.8.0
 
 
- 
 
-