Package net.citizensnpcs.api.hpastar
Class HPACluster
java.lang.Object
net.citizensnpcs.api.hpastar.HPACluster
- 
Constructor SummaryConstructorsConstructorDescriptionHPACluster(HPAGraph graph, int level, int clusterSize, int clusterX, int clusterY, int clusterZ) 
- 
Method SummaryModifier and TypeMethodDescriptionvoidbuildFrom(List<HPACluster> clusters) voidconnect(HPACluster other, Direction direction) voidbooleancontains(HPACluster other) booleanvoidinsert(HPAGraphNode node) voidremove(HPAGraphNode... nodes) toString()
- 
Constructor Details- 
HPAClusterpublic HPACluster(HPAGraph graph, int level, int clusterSize, int clusterX, int clusterY, int clusterZ) 
 
- 
- 
Method Details