Uses of Class
net.minecraft.entity.ai.pathing.Path
Packages that use Path
-
Uses of Path in net.minecraft.entity.ai.goal
Fields in net.minecraft.entity.ai.goal declared as Path -
Uses of Path in net.minecraft.entity.ai.pathing
Fields in net.minecraft.entity.ai.pathing declared as PathMethods in net.minecraft.entity.ai.pathing that return PathModifier and TypeMethodDescriptionprivate PathPathNodeNavigator.createPath(PathNode startNode, PathNode endNode) final PathEntityNavigation.findPathTo(double x, double y, double z) EntityNavigation.findPathTo(Entity entity) EntityNavigation.findPathTo(BlockPos pos) SpiderNavigation.findPathTo(Entity entity) SpiderNavigation.findPathTo(BlockPos pos) private PathPathNodeNavigator.findPathToAny(Entity entity, PathNode startNode, PathNode endNode, float maxDistance) private PathPathNodeNavigator.findPathToAny(BlockView world, Entity entity, double x, double y, double z, float maxDistance) PathNodeNavigator.findPathToAny(BlockView world, Entity entity, Entity target, float maxDistance) PathNodeNavigator.findPathToAny(BlockView world, Entity entity, BlockPos pos, float maxDistance) EntityNavigation.getCurrentPath()Methods in net.minecraft.entity.ai.pathing with parameters of type PathModifier and TypeMethodDescriptionbooleanPath.equalsPath(Path path) booleanEntityNavigation.startMovingAlong(Path path, double speed)