Package zombie.characters
Class SurvivorGroup
java.lang.Object
zombie.characters.SurvivorGroup
public final class SurvivorGroup
extends java.lang.Object
-
Field Summary
Fields Modifier and Type Field Description java.util.ArrayListMembersjava.lang.StringOrderBuildingDefSafehouse -
Constructor Summary
Constructors Constructor Description SurvivorGroup() -
Method Summary
Modifier and Type Method Description voidaddMember(SurvivorDesc survivorDesc)SurvivorDescgetLeader()booleanisLeader(SurvivorDesc survivorDesc)voidremoveMember(SurvivorDesc survivorDesc)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
Members
public final java.util.ArrayList Members -
Order
public java.lang.String Order -
Safehouse
-
-
Constructor Details
-
SurvivorGroup
public SurvivorGroup()
-
-
Method Details
-
addMember
-
removeMember
-
getLeader
-
isLeader
-