Package zombie.characters.personalities
Class FriendlyArmed
java.lang.Object
zombie.characters.SurvivorPersonality
zombie.characters.personalities.FriendlyArmed
public class FriendlyArmed extends SurvivorPersonality
-
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
Constructors Constructor Description FriendlyArmed() -
Method Summary
Modifier and Type Method Description voidCreateBehaviours(IsoSurvivor survivor)intgetHuntZombieRange()intgetZombieFleeAmount()Methods inherited from class zombie.characters.SurvivorPersonality
CreatePersonality, getPlayerDistanceComfort, getZombieIgnoreOrdersCountMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
FriendlyArmed
public FriendlyArmed()
-
-
Method Details
-
getZombieFleeAmount
public int getZombieFleeAmount()- Overrides:
getZombieFleeAmountin classSurvivorPersonality
-
CreateBehaviours
- Overrides:
CreateBehavioursin classSurvivorPersonality
-
getHuntZombieRange
public int getHuntZombieRange()- Overrides:
getHuntZombieRangein classSurvivorPersonality
-