Class HPAGraph

java.lang.Object
net.citizensnpcs.api.hpastar.HPAGraph

public class HPAGraph extends Object
  • Field Details

  • Constructor Details

    • HPAGraph

      public HPAGraph(BlockSource blockSource, int cx, int cy, int cz)
  • Method Details

    • addClusters

      public void addClusters(int x, int z)
    • addClustersAtDepth

      public void addClustersAtDepth(int depth, List<HPACluster> other)
    • findPath

      public Plan findPath(Location start, Location goal)
    • walkable

      public boolean walkable(int x, int y, int z)