Uses of Class
zombie.behaviors.survivor.orders.LootBuilding.LootStyle

Packages that use LootBuilding.LootStyle
zombie.behaviors.survivor.orders   
zombie.characters   
 

Uses of LootBuilding.LootStyle in zombie.behaviors.survivor.orders
 

Methods in zombie.behaviors.survivor.orders that return LootBuilding.LootStyle
static LootBuilding.LootStyle LootBuilding.LootStyle.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static LootBuilding.LootStyle[] LootBuilding.LootStyle.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in zombie.behaviors.survivor.orders with parameters of type LootBuilding.LootStyle
LootBuilding(IsoGameCharacter chr, IsoBuilding building, LootBuilding.LootStyle style)
           
 

Uses of LootBuilding.LootStyle in zombie.characters
 

Methods in zombie.characters with parameters of type LootBuilding.LootStyle
 boolean IsoSurvivor.SatisfiedWithInventory(LootBuilding.LootStyle lootStyle, IsoSurvivor.SatisfiedBy satisfiedBy)