Hi, I'm working with some sounds in my mod but i want to control them with different triggers. I found the next alternative
Minecraft.getMinecraft().getSoundHandler()
But this only works to control sounds on SP. Exist an alternative to get the SoundHandler at Server side?
I'm using it for Stop, Pause and Play sounds