Skip to content

Commit

Permalink
Marked PlayerPathfinderStrategy for removal
Browse files Browse the repository at this point in the history
  • Loading branch information
Metaphoriker committed Oct 5, 2023
1 parent 69bed1e commit 9fa3a40
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
/**
* A {@link PathfinderStrategy} to find the best path for a player. This currently only takes basic jumps and walkable paths into account.
*
* @experimental This strategy is experimental and may not work as expected.
* @deprecated This class is about to be removed. See {@link JumpablePathfinderStrategy}
*/
@Experimental
@Deprecated
public class PlayerPathfinderStrategy implements PathfinderStrategy {

private static final double MAX_JUMP_HEIGHT_IN_BLOCKS = 1.25;
Expand Down

0 comments on commit 9fa3a40

Please sign in to comment.