Skip to content

Commit

Permalink
Merge branch 'stage' into production
Browse files Browse the repository at this point in the history
  • Loading branch information
Metaphoriker committed Jan 19, 2024
2 parents 8d5fad9 + 5e045e4 commit 02dde01
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 02dde01

Please sign in to comment.