Examples of EntitySoundPos


Examples of com.mojang.minecraft.sound.EntitySoundPos

            return;
         }

         AudioInfo var6;
         if(var2.distanceToSqr(var5.player) < 1024.0F && (var6 = var5.sound.getAudioInfo(var1, var3, var4)) != null) {
            var5.soundPlayer.play(var6, new EntitySoundPos(var2, var5.player));
         }
      }

   }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.