public class HPAGraph extends Object
Modifier and Type | Field and Description |
---|---|
List<List<HPACluster>> |
clusters |
Constructor and Description |
---|
HPAGraph(BlockSource blockSource,
int cx,
int cy,
int cz) |
Modifier and Type | Method and Description |
---|---|
void |
addClusters(int x,
int z) |
void |
addClustersAtDepth(int depth,
List<HPACluster> other) |
Plan |
findPath(org.bukkit.Location start,
org.bukkit.Location goal) |
boolean |
walkable(int x,
int y,
int z) |
public List<List<HPACluster>> clusters
public HPAGraph(BlockSource blockSource, int cx, int cy, int cz)
public void addClusters(int x, int z)
public void addClustersAtDepth(int depth, List<HPACluster> other)
public Plan findPath(org.bukkit.Location start, org.bukkit.Location goal)
public boolean walkable(int x, int y, int z)
Copyright © 2021. All rights reserved.