Class ZombieGroup

java.lang.Object
zombie.characters.ZombieGroup

public final class ZombieGroup
extends java.lang.Object
  • Field Summary

    Fields
    Modifier and Type Field Description
    float lastSpreadOutTime  
  • Constructor Summary

    Constructors
    Constructor Description
    ZombieGroup()  
  • Method Summary

    Modifier and Type Method Description
    void add​(IsoZombie zombie)  
    IsoZombie getLeader()  
    boolean isEmpty()  
    void remove​(IsoZombie zombie)  
    ZombieGroup reset()  
    int size()  
    void update()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • lastSpreadOutTime

      public float lastSpreadOutTime
  • Constructor Details

    • ZombieGroup

      public ZombieGroup()
  • Method Details

    • reset

      public ZombieGroup reset()
    • add

      public void add​(IsoZombie zombie)
    • remove

      public void remove​(IsoZombie zombie)
    • getLeader

      public IsoZombie getLeader()
    • isEmpty

      public boolean isEmpty()
    • size

      public int size()
    • update

      public void update()