Class SoundPool

java.lang.Object
net.minecraft.src.SoundPool

public class SoundPool extends Object
  • Constructor Details

  • Method Details

    • addSound

      public void addSound(String par1Str)
      Adds a sound to this sound pool.
    • getRandomSoundFromSoundPool

      public SoundPoolEntry getRandomSoundFromSoundPool(String par1Str)
      gets a random sound from the specified (by name, can be sound/newsound/streaming/music/newmusic) sound pool.
    • getRandomSound

      public SoundPoolEntry getRandomSound()
      Gets a random SoundPoolEntry.
    • refreshSoundList

      public void refreshSoundList()