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 void
addItem(InventoryItem inventoryItem)
static void
removeItem(InventoryItem inventoryItem)
static void
removeItems(java.util.ArrayList arrayList)
static void
Reset()
static void
update()
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()
-