Package zombie.inventory
Class ItemSoundManager
java.lang.Object
zombie.inventory.ItemSoundManager
public class ItemSoundManager
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description ItemSoundManager() -
Method Summary
Modifier and Type Method Description static voidaddItem(InventoryItem item)static voidremoveItem(InventoryItem item)static voidremoveItems(java.util.ArrayList items)static voidReset()static voidupdate()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
ItemSoundManager
public ItemSoundManager()
-
-
Method Details
-
addItem
-
removeItem
-
removeItems
public static void removeItems(java.util.ArrayList items) -
update
public static void update() -
Reset
public static void Reset()
-