Jump to content

Xephiro

Members
  • Posts

    2
  • Joined

  • Last visited

Xephiro's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. 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
  2. I saw this link, and this is why im asking here. Because in that link says how play a sound to "everyone" and to "all except entityplayer". But for the EntityPlayer only use EntityPlayerSP but i'm in a server.
  3. Hi!, I'm making a simple mod but i'm stuck trying to play a sound to an specific player. I have the EntityPlayer but if i use myEntityPlayer.playSound(...) this only play for all other players except this entity and i want just only the entityPlayer can hear this sound. Anyone know an alternative to make this possible?
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.