Uses of Class
net.citizensnpcs.api.hpastar.HPAGraphNode
-
Uses of HPAGraphNode in net.citizensnpcs.api.hpastar
Modifier and TypeMethodDescriptionvoid
HPAGraphNode.connect
(int level, HPAGraphNode to, HPAGraphEdge.EdgeType type, float weight) double
HPAGraphNode.distance
(HPAGraphNode dest) void
HPACluster.insert
(HPAGraphNode node) void
HPACluster.remove
(HPAGraphNode... nodes) ModifierConstructorDescriptionHPAGraphAStarNode
(HPAGraphNode node, HPAGraphEdge edge) HPAGraphEdge
(HPAGraphNode from, HPAGraphNode to, HPAGraphEdge.EdgeType type, float weight)