Uses of Interface
com.destroystokyo.paper.entity.Pathfinder.PathResult
-
Uses of Pathfinder.PathResult in com.destroystokyo.paper.entity
Modifier and TypeMethodDescriptionCalculates a destination for the Entity to navigate to, but does not set it as the current target.Pathfinder.findPath
(@NotNull 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.Pathfinder.getCurrentPath()
Modifier and TypeMethodDescriptiondefault boolean
Pathfinder.moveTo
(@NotNull Pathfinder.PathResult path) Takes the result of a previous pathfinding calculation and sets it as the active pathfinding with default speed.boolean
Pathfinder.moveTo
(@NotNull Pathfinder.PathResult path, double speed) Takes the result of a previous pathfinding calculation and sets it as the active pathfinding,