Uses of Interface
com.destroystokyo.paper.entity.Pathfinder.PathResult
Packages that use Pathfinder.PathResult
-
Uses of Pathfinder.PathResult in com.destroystokyo.paper.entity
Methods in com.destroystokyo.paper.entity that return Pathfinder.PathResultModifier and TypeMethodDescriptionPathfinder.findPath
(LivingEntity target) Calculates a destination for the Entity to navigate to to reach the target entity, but does not set it as the current target.Calculates a destination for the Entity to navigate to, but does not set it as the current target.Pathfinder.getCurrentPath()
Methods in com.destroystokyo.paper.entity with parameters of type Pathfinder.PathResultModifier and TypeMethodDescriptiondefault boolean
Pathfinder.moveTo
(Pathfinder.PathResult path) Takes the result of a previous pathfinding calculation and sets it as the active pathfinding with default speed.boolean
Pathfinder.moveTo
(Pathfinder.PathResult path, double speed) Takes the result of a previous pathfinding calculation and sets it as the active pathfinding,