Package com.mojang.minecraft.sound

Examples of com.mojang.minecraft.sound.LevelSoundPos


            return;
         }

         AudioInfo var8;
         if((var8 = var7.sound.getAudioInfo(var1, var5, var6)) != null) {
            var7.soundPlayer.play(var8, new LevelSoundPos(var2, var3, var4, var7.player));
         }
      }

   }
View Full Code Here

TOP

Related Classes of com.mojang.minecraft.sound.LevelSoundPos

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.