net.minecraft.client.audio
Class SoundPoolEntry

java.lang.Object
  extended by net.minecraft.client.audio.SoundPoolEntry

public class SoundPoolEntry
extends Object


Field Summary
 String soundName
           
 URL soundUrl
           
 
Constructor Summary
SoundPoolEntry(String par1Str, URL par2URL)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

soundName

public String soundName

soundUrl

public URL soundUrl
Constructor Detail

SoundPoolEntry

public SoundPoolEntry(String par1Str,
                      URL par2URL)