Uses of Class
net.citizensnpcs.api.astar.pathfinder.VectorNode
-
Uses of VectorNode in net.citizensnpcs.api.astar.pathfinder
Modifier and TypeMethodDescriptionfloat
VectorNode.distance
(VectorNode to) float
VectorGoal.g
(VectorNode from, VectorNode to) float
VectorGoal.getInitialCost
(VectorNode node) float
VectorGoal.h
(VectorNode from) boolean
VectorGoal.isFinished
(VectorNode node) ModifierConstructorDescriptionVectorNode
(VectorNode parent, VectorGoal goal, Vector location, BlockSource source, BlockExaminer... examiners) VectorNode
(VectorNode parent, Vector location, net.citizensnpcs.api.astar.pathfinder.VectorNode.PathInfo info)