Uses of Enum
net.citizensnpcs.api.hpastar.HPAGraphEdge.EdgeType
Packages that use HPAGraphEdge.EdgeType
-
Uses of HPAGraphEdge.EdgeType in net.citizensnpcs.api.hpastar
Methods in net.citizensnpcs.api.hpastar that return HPAGraphEdge.EdgeTypeModifier 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.Methods in net.citizensnpcs.api.hpastar with parameters of type HPAGraphEdge.EdgeTypeModifier and TypeMethodDescriptionvoid
HPAGraphNode.connect
(int level, HPAGraphNode to, HPAGraphEdge.EdgeType type, float weight) Constructors in net.citizensnpcs.api.hpastar with parameters of type HPAGraphEdge.EdgeTypeModifierConstructorDescriptionHPAGraphEdge
(HPAGraphNode from, HPAGraphNode to, HPAGraphEdge.EdgeType type, float weight)