Skip to content

Commit

Permalink
Fixed javadoc for PathfinderStrategy
Browse files Browse the repository at this point in the history
  • Loading branch information
Metaphoriker committed Jan 19, 2024
1 parent 22977aa commit 114d486
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

import lombok.NonNull;
import org.patheloper.api.pathing.Pathfinder;
import org.patheloper.api.snapshot.SnapshotManager;
import org.patheloper.api.wrapper.PathPosition;

/**
Expand All @@ -14,8 +13,7 @@ public interface PathfinderStrategy {
/**
* Returns whether the given {@link PathPosition} is valid.
*
* @param position The {@link PathPosition} to check
* @param snapshotManager The current {@link SnapshotManager} for getting blocks
* @param pathValidationContext The context providing essentials needed for path validation
*/
boolean isValid(@NonNull PathValidationContext pathValidationContext);

Expand Down

0 comments on commit 114d486

Please sign in to comment.