Uses of Enum
net.citizensnpcs.api.hpastar.HPAGraphEdge.EdgeType
-
Uses of HPAGraphEdge.EdgeType in net.citizensnpcs.api.hpastar
Modifier and TypeMethodDescriptionstatic HPAGraphEdge.EdgeType
Returns the enum constant of this type with the specified name.static HPAGraphEdge.EdgeType[]
HPAGraphEdge.EdgeType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionvoid
HPAGraphNode.connect
(int level, HPAGraphNode to, HPAGraphEdge.EdgeType type, float weight) ModifierConstructorDescriptionHPAGraphEdge
(HPAGraphNode from, HPAGraphNode to, HPAGraphEdge.EdgeType type, float weight)