Uses of Class
net.citizensnpcs.api.astar.pathfinder.VectorNode
Packages that use VectorNode
-
Uses of VectorNode in net.citizensnpcs.api.astar
Methods in net.citizensnpcs.api.astar with type parameters of type VectorNodeModifier and TypeMethodDescriptionstatic <N extends VectorNode, P extends Plan>
AStarMachine<N, P> AStarMachine.createWithVectorStorage()Creates an AStarMachine usingPackedAStarStorageas the storage backend. -
Uses of VectorNode in net.citizensnpcs.api.astar.pathfinder
Classes in net.citizensnpcs.api.astar.pathfinder that implement interfaces with type arguments of type VectorNodeMethods in net.citizensnpcs.api.astar.pathfinder that return VectorNodeMethods in net.citizensnpcs.api.astar.pathfinder with parameters of type VectorNodeModifier and TypeMethodDescriptionfloatVectorNode.distance(VectorNode to) floatVectorGoal.g(VectorNode from, VectorNode to) floatVectorGoal.getInitialCost(VectorNode node) floatVectorGoal.h(VectorNode from) booleanVectorGoal.isFinished(VectorNode node) Constructors in net.citizensnpcs.api.astar.pathfinder with parameters of type VectorNodeModifierConstructorDescriptionVectorNode(VectorNode parent, Vector location, net.citizensnpcs.api.astar.pathfinder.VectorNode.PathInfo info)