Uses of Interface
net.citizensnpcs.api.astar.pathfinder.PathPoint
Packages that use PathPoint
-
Uses of PathPoint in net.citizensnpcs.api.astar.pathfinder
Classes in net.citizensnpcs.api.astar.pathfinder that implement PathPointMethods in net.citizensnpcs.api.astar.pathfinder that return PathPointModifier and TypeMethodDescriptionPathPoint.createAtOffset
(Vector vector) Returns a new PathPoint at a given Vector.PathPoint.getParentPoint()
Gets the parent PathPointVectorNode.getParentPoint()
Methods in net.citizensnpcs.api.astar.pathfinder that return types with arguments of type PathPointModifier and TypeMethodDescriptionFlyingBlockExaminer.getNeighbours
(BlockSource source, PathPoint point) NeighbourGeneratorBlockExaminer.getNeighbours
(BlockSource source, PathPoint point) VectorNode.getNeighbours
(BlockSource source, PathPoint point) VectorNode.getNeighbours
(BlockSource source, PathPoint point, boolean checkPassable) Methods in net.citizensnpcs.api.astar.pathfinder with parameters of type PathPointModifier and TypeMethodDescriptionfloat
BlockExaminer.getCost
(BlockSource source, PathPoint point) float
DoorExaminer.getCost
(BlockSource source, PathPoint point) float
FlyingBlockExaminer.getCost
(BlockSource source, PathPoint point) float
MinecraftBlockExaminer.getCost
(BlockSource source, PathPoint point) float
SwimmingExaminer.getCost
(BlockSource source, PathPoint point) FlyingBlockExaminer.getNeighbours
(BlockSource source, PathPoint point) NeighbourGeneratorBlockExaminer.getNeighbours
(BlockSource source, PathPoint point) VectorNode.getNeighbours
(BlockSource source, PathPoint point) VectorNode.getNeighbours
(BlockSource source, PathPoint point, boolean checkPassable) BlockExaminer.isPassable
(BlockSource source, PathPoint point) DoorExaminer.isPassable
(BlockSource source, PathPoint point) FlyingBlockExaminer.isPassable
(BlockSource source, PathPoint point) MinecraftBlockExaminer.isPassable
(BlockSource source, PathPoint point) SwimmingExaminer.isPassable
(BlockSource source, PathPoint point) -
Uses of PathPoint in net.citizensnpcs.npc.ai
Methods in net.citizensnpcs.npc.ai with parameters of type PathPointModifier and TypeMethodDescriptionfloat
BoundingBoxExaminer.getCost
(BlockSource source, PathPoint point) float
FallingExaminer.getCost
(BlockSource source, PathPoint point) BoundingBoxExaminer.isPassable
(BlockSource source, PathPoint point) FallingExaminer.isPassable
(BlockSource source, PathPoint point)