Package zombie.ai
Class MapKnowledge
java.lang.Object
zombie.ai.MapKnowledge
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
forget()
getKnownBlockedEdges
(int int1, int int2, int int3) 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)
-
Constructor Details
-
MapKnowledge
public MapKnowledge()
-
-
Method Details
-
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()
-