Package net.citizensnpcs.api.hpastar
Class HPACluster
java.lang.Object
net.citizensnpcs.api.hpastar.HPACluster
-
Constructor Summary
ConstructorDescriptionHPACluster
(HPAGraph graph, int level, int clusterSize, int clusterX, int clusterY, int clusterZ) -
Method Summary
Modifier and TypeMethodDescriptionvoid
buildFrom
(List<HPACluster> clusters) void
connect
(HPACluster other, Direction direction) void
boolean
contains
(HPACluster other) boolean
void
insert
(HPAGraphNode node) void
remove
(HPAGraphNode... nodes) toString()
-
Constructor Details
-
HPACluster
public HPACluster(HPAGraph graph, int level, int clusterSize, int clusterX, int clusterY, int clusterZ)
-
-
Method Details