Package net.minecraft.src
Class SoundPool
- java.lang.Object
-
- net.minecraft.src.SoundPool
-
@Client public class SoundPool extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description boolean
isGetRandomSound
int
numberOfSoundPoolEntries
-
Constructor Summary
Constructors Constructor Description SoundPool()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SoundPoolEntry
addSound(java.lang.String var1, java.nio.file.Path var2)
SoundPoolEntry
getRandomSound()
SoundPoolEntry
getRandomSoundFromSoundPool(java.lang.String var1)
-
-
-
Method Detail
-
addSound
public SoundPoolEntry addSound(java.lang.String var1, java.nio.file.Path var2)
-
getRandomSoundFromSoundPool
public SoundPoolEntry getRandomSoundFromSoundPool(java.lang.String var1)
-
getRandomSound
public SoundPoolEntry getRandomSound()
-
-