zombie.characters.personalities
Class FriendlyArmed

java.lang.Object
  extended by zombie.characters.SurvivorPersonality
      extended by zombie.characters.personalities.FriendlyArmed

public class FriendlyArmed
extends SurvivorPersonality

Author:
LEMMYLAP

Nested Class Summary
 
Nested classes/interfaces inherited from class zombie.characters.SurvivorPersonality
SurvivorPersonality.Personality
 
Field Summary
 
Fields inherited from class zombie.characters.SurvivorPersonality
type
 
Constructor Summary
FriendlyArmed()
           
 
Method Summary
 void CreateBehaviours(IsoSurvivor survivor)
           
 int getHuntZombieRange()
           
 int getZombieFleeAmount()
           
 
Methods inherited from class zombie.characters.SurvivorPersonality
CreatePersonality, getPlayerDistanceComfort, getZombieIgnoreOrdersCount
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FriendlyArmed

public FriendlyArmed()
Method Detail

getZombieFleeAmount

public int getZombieFleeAmount()
Overrides:
getZombieFleeAmount in class SurvivorPersonality

CreateBehaviours

public void CreateBehaviours(IsoSurvivor survivor)
Overrides:
CreateBehaviours in class SurvivorPersonality

getHuntZombieRange

public int getHuntZombieRange()
Overrides:
getHuntZombieRange in class SurvivorPersonality