zombie.iso
Class IsoWorld.MetaCell

java.lang.Object
  extended by zombie.iso.IsoWorld.MetaCell
Enclosing class:
IsoWorld

public static class IsoWorld.MetaCell
extends java.lang.Object


Field Summary
 int[][] from
           
 int x
           
 int y
           
 int zombieCount
           
 IsoDirections zombieMigrateDirection
           
 
Constructor Summary
IsoWorld.MetaCell()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

x

public int x

y

public int y

zombieCount

public int zombieCount

zombieMigrateDirection

public IsoDirections zombieMigrateDirection

from

public int[][] from
Constructor Detail

IsoWorld.MetaCell

public IsoWorld.MetaCell()