Package zombie.ai
Class MapKnowledge
java.lang.Object
zombie.ai.MapKnowledge
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidforget()getKnownBlockedEdges(int int1, int int2, int int3) getOrCreateKnownBlockedEdges(int int1, int int2, int int3) voidsetKnownBlockedDoor(IsoDoor door, boolean boolean1) voidsetKnownBlockedDoor(IsoThumpable thumpable, boolean boolean1) voidsetKnownBlockedEdgeN(int int1, int int2, int int3, boolean boolean1) voidsetKnownBlockedEdgeW(int int1, int int2, int int3, boolean boolean1) voidsetKnownBlockedWindow(IsoWindow window, boolean boolean1) voidsetKnownBlockedWindowFrame(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()
-