Package com.nexomc.nexo.configs
Class SoundManager
-
- All Implemented Interfaces:
public final class SoundManager
-
-
Field Summary
Fields Modifier and Type Field Description private final List<JukeboxPlayable>
jukeboxPlayables
-
Constructor Summary
Constructors Constructor Description SoundManager(YamlConfiguration soundConfig)
-
Method Summary
Modifier and Type Method Description final List<JukeboxPlayable>
getJukeboxPlayables()
final LinkedHashSet<SoundRegistry>
customSoundRegistries()
-
-
Method Detail
-
getJukeboxPlayables
final List<JukeboxPlayable> getJukeboxPlayables()
-
customSoundRegistries
final LinkedHashSet<SoundRegistry> customSoundRegistries()
-
-
-
-