Class KnownBlockedEdges
java.lang.Object
zombie.ai.KnownBlockedEdges
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic KnownBlockedEdges
alloc()
init
(int _x, int _y, int _z) init
(int _x, int _y, int _z, boolean _w, boolean _n) init
(KnownBlockedEdges other) boolean
isBlocked
(int otherX, int otherY) void
release()
static void
releaseAll
(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()
-