class SoundCategory
com.hypixel.hytale.server.core.sound
Enum for sound categories: Music, Ambient, SFX, UI.
class SoundEvent
com.hypixel.hytale.server.core.sound
Sound asset. Use SoundEvent.getAssetMap().getIndex("sound_name") to get sound index.
class SoundUtil
com.hypixel.hytale.server.core.sound
Utility for playing sounds. Use playSoundEvent3dToPlayer(ref, index, category, position, store).