Package zombie.inventory
Class ItemSoundManager
java.lang.Object
zombie.inventory.ItemSoundManager
public final class ItemSoundManager
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description ItemSoundManager() -
Method Summary
Modifier 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.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 arrayList) -
update
public static void update() -
Reset
public static void Reset()
-