Package zombie.iso
Class IsoMetaGrid.VehicleZone
java.lang.Object
zombie.iso.IsoMetaGrid.Zone
zombie.iso.IsoMetaGrid.VehicleZone
- Enclosing class:
- IsoMetaGrid
public static final class IsoMetaGrid.VehicleZone extends IsoMetaGrid.Zone
-
Field Summary
Fields Modifier and Type Field Description IsoDirections
dir
short
flags
static short
VZF_FaceDirection
Fields inherited from class zombie.iso.IsoMetaGrid.Zone
h, haveConstruction, hourLastSeen, lastActionTimestamp, name, type, w, x, y, z
-
Constructor Summary
Constructors Constructor Description VehicleZone(java.lang.String string, java.lang.String string2, int int1, int int2, int int3, int int4, int int5, KahluaTable kahluaTable)
-
Method Summary
Modifier and Type Method Description boolean
isFaceDirection()
Methods inherited from class zombie.iso.IsoMetaGrid.Zone
addSquare, difference, getHeight, getHoursSinceLastSeen, getLastActionTimestamp, getName, getOriginalName, getRandomSquareInZone, getRandomUnseenSquareInZone, getSquares, getType, getWidth, getX, getY, getZombieDensity, haveCons, intersects, removeSquare, sendToServer, setHaveConstruction, setHourSeenToCurrent, setLastActionTimestamp, setName, setOriginalName, setType
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
dir
-
flags
public short flags -
VZF_FaceDirection
public static final short VZF_FaceDirection- See Also:
- Constant Field Values
-
-
Constructor Details
-
VehicleZone
public VehicleZone(java.lang.String string, java.lang.String string2, int int1, int int2, int int3, int int4, int int5, KahluaTable kahluaTable)
-
-
Method Details
-
isFaceDirection
public boolean isFaceDirection()
-