Package zombie.ai
Class MapKnowledge
java.lang.Object
zombie.ai.MapKnowledge
public final class MapKnowledge
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description MapKnowledge()
-
Method Summary
Modifier and Type Method Description void
forget()
java.util.ArrayList
getKnownBlockedEdges()
KnownBlockedEdges
getKnownBlockedEdges(int int1, int int2, int int3)
KnownBlockedEdges
getOrCreateKnownBlockedEdges(int int1, int int2, int int3)
void
setKnownBlockedDoor(IsoDoor door, boolean boolean1)
void
setKnownBlockedDoor(IsoThumpable thumpable, boolean boolean1)
void
setKnownBlockedEdgeN(int int1, int int2, int int3, boolean boolean1)
void
setKnownBlockedEdgeW(int int1, int int2, int int3, boolean boolean1)
void
setKnownBlockedWindow(IsoWindow window, boolean boolean1)
void
setKnownBlockedWindowFrame(IsoObject object, boolean boolean1)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
MapKnowledge
public MapKnowledge()
-
-
Method Details
-
getKnownBlockedEdges
public java.util.ArrayList getKnownBlockedEdges() -
getKnownBlockedEdges
-
getOrCreateKnownBlockedEdges
-
setKnownBlockedEdgeW
public void setKnownBlockedEdgeW(int int1, int int2, int int3, boolean boolean1) -
setKnownBlockedEdgeN
public void setKnownBlockedEdgeN(int int1, int int2, int int3, boolean boolean1) -
setKnownBlockedDoor
-
setKnownBlockedDoor
-
setKnownBlockedWindow
-
setKnownBlockedWindowFrame
-
forget
public void forget()
-