Package zombie.iso
Class IsoWorld.MetaCell
java.lang.Object
zombie.iso.IsoWorld.MetaCell
- Enclosing class:
- IsoWorld
public static class IsoWorld.MetaCell
extends java.lang.Object
-
Field Summary
Fields Modifier and Type Field Description int[][]
from
int
x
int
y
int
zombieCount
IsoDirections
zombieMigrateDirection
-
Constructor Summary
Constructors Constructor Description MetaCell()
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
x
public int x -
y
public int y -
zombieCount
public int zombieCount -
zombieMigrateDirection
-
from
public int[][] from
-
-
Constructor Details
-
MetaCell
public MetaCell()
-