Package zombie.inventory
Class ItemSoundManager
java.lang.Object
zombie.inventory.ItemSoundManager
public final class ItemSoundManager
extends java.lang.Object
- 
Constructor SummaryConstructors Constructor Description ItemSoundManager()
- 
Method SummaryModifier and Type Method Description static voidaddItem(InventoryItem inventoryItem)static voidremoveItem(InventoryItem inventoryItem)static voidremoveItems(java.util.ArrayList arrayList)static voidReset()static voidupdate()Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
- 
Constructor Details- 
ItemSoundManagerpublic ItemSoundManager()
 
- 
- 
Method Details- 
addItem
- 
removeItem
- 
removeItemspublic static void removeItems(java.util.ArrayList arrayList)
- 
updatepublic static void update()
- 
Resetpublic static void Reset()
 
-