Uses of Class
net.citizensnpcs.api.hpastar.HPAGraphNode
Packages that use HPAGraphNode
-
Uses of HPAGraphNode in net.citizensnpcs.api.hpastar
Methods in net.citizensnpcs.api.hpastar with parameters of type HPAGraphNodeModifier 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) Constructors in net.citizensnpcs.api.hpastar with parameters of type HPAGraphNodeModifierConstructorDescriptionHPAGraphAStarNode
(HPAGraphNode node, HPAGraphEdge edge) HPAGraphEdge
(HPAGraphNode from, HPAGraphNode to, HPAGraphEdge.EdgeType type, float weight)