Class KnownBlockedEdges
java.lang.Object
zombie.ai.KnownBlockedEdges
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic KnownBlockedEdgesalloc()init(int x, int y, int z) init(int x, int y, int z, boolean w, boolean n) init(KnownBlockedEdges other) booleanisBlocked(int otherX, int otherY) voidrelease()static voidreleaseAll(ArrayList<KnownBlockedEdges> objs)
-
Field Details
-
x
public int x -
y
public int y -
z
public int z -
w
public boolean w -
n
public boolean n
-
-
Constructor Details
-
KnownBlockedEdges
public KnownBlockedEdges()
-
-
Method Details
-
init
-
init
-
init
-
isBlocked
public boolean isBlocked(int otherX, int otherY) -
alloc
-
releaseAll
-
release
public void release()
-