Uses of Class
zombie.inventory.ItemType

Packages that use ItemType
zombie.behaviors.survivor   
zombie.inventory   
zombie.iso.areas   
 

Uses of ItemType in zombie.behaviors.survivor
 

Fields in zombie.behaviors.survivor declared as ItemType
 ItemType ObtainItemBehavior.FindItem
           
 ItemType FindKnownItemBehavior.FindItem
           
 

Uses of ItemType in zombie.inventory
 

Methods in zombie.inventory that return ItemType
 ItemType InventoryItem.getCat()
           
static ItemType ItemType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ItemType[] ItemType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in zombie.inventory with parameters of type ItemType
 InventoryItem ItemContainer.Find(ItemType itemType)
           
 boolean ItemContainer.HasType(ItemType itemType)
           
 InventoryItem ItemContainer.Remove(ItemType itemType)
           
 void InventoryItem.setCat(ItemType cat)
           
 

Uses of ItemType in zombie.iso.areas
 

Methods in zombie.iso.areas with parameters of type ItemType
 ItemContainer IsoBuilding.getContainerWith(ItemType itemType)