zombie.characters.personalities
Class Cowardly

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

public class Cowardly
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
Cowardly()
           
 
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

Cowardly

public Cowardly()
Method Detail

CreateBehaviours

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

getHuntZombieRange

public int getHuntZombieRange()
Overrides:
getHuntZombieRange in class SurvivorPersonality

getZombieFleeAmount

public int getZombieFleeAmount()
Overrides:
getZombieFleeAmount in class SurvivorPersonality