Package net.citizensnpcs.api.hpastar
Class HPAGraph
java.lang.Object
net.citizensnpcs.api.hpastar.HPAGraph
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addClusters
(int x, int z) void
addClustersAtDepth
(int depth, List<HPACluster> other) boolean
walkable
(int x, int y, int z)
-
Field Details
-
clusters
-
-
Constructor Details
-
HPAGraph
-
-
Method Details
-
addClusters
public void addClusters(int x, int z) -
addClustersAtDepth
-
findPath
-
walkable
public boolean walkable(int x, int y, int z)
-