net.minecraft.entity.item
Class SoundUpdaterMinecart

java.lang.Object
  extended by net.minecraft.entity.item.SoundUpdaterMinecart
All Implemented Interfaces:
IUpdatePlayerListBox

public class SoundUpdaterMinecart
extends Object
implements IUpdatePlayerListBox


Constructor Summary
SoundUpdaterMinecart(SoundManager par1SoundManager, EntityMinecart par2EntityMinecart, EntityPlayerSP par3EntityPlayerSP)
           
 
Method Summary
 void update()
          Updates the JList with a new model.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SoundUpdaterMinecart

public SoundUpdaterMinecart(SoundManager par1SoundManager,
                            EntityMinecart par2EntityMinecart,
                            EntityPlayerSP par3EntityPlayerSP)
Method Detail

update

public void update()
Updates the JList with a new model.

Specified by:
update in interface IUpdatePlayerListBox