Package zombie.iso
Class IsoMetaCell
java.lang.Object
zombie.iso.IsoMetaCell
public class IsoMetaCell
extends java.lang.Object
-
Field Summary
Fields Modifier and Type Field Description IsoMetaChunk[]
ChunkMap
LotHeader
info
java.util.ArrayList
triggers
-
Constructor Summary
Constructors Constructor Description IsoMetaCell(int wx, int wy)
-
Method Summary
Modifier and Type Method Description void
addRoom(RoomDef room, int cellX, int cellY)
void
addTrigger(BuildingDef def, int triggerRange, int zombieExclusionRange, java.lang.String type)
void
addZone(IsoMetaGrid.Zone zone, int cellX, int cellY)
void
checkTriggers()
IsoMetaChunk
getChunk(int x, int y)
void
getZonesIntersecting(int x, int y, int z, int w, int h, java.util.ArrayList result)
void
removeZone(IsoMetaGrid.Zone zone)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
ChunkMap
-
info
-
triggers
public java.util.ArrayList triggers
-
-
Constructor Details
-
IsoMetaCell
public IsoMetaCell(int wx, int wy)
-
-
Method Details
-
addTrigger
public void addTrigger(BuildingDef def, int triggerRange, int zombieExclusionRange, java.lang.String type) -
checkTriggers
public void checkTriggers() -
getChunk
-
addZone
-
removeZone
-
addRoom
-
getZonesIntersecting
public void getZonesIntersecting(int x, int y, int z, int w, int h, java.util.ArrayList result)
-