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 IsoDirectionsdirshortflagsstatic shortVZF_FaceDirectionFields 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 name, java.lang.String type, int x, int y, int z, int w, int h, KahluaTable properties) -
Method Summary
Modifier and Type Method Description booleanisFaceDirection()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, setTypeMethods 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 name, java.lang.String type, int x, int y, int z, int w, int h, KahluaTable properties)
-
-
Method Details
-
isFaceDirection
public boolean isFaceDirection()
-