|
// TODO support IGenericRedirector |
A partial solution would be to track the last two positions instead of just one while traversing redirections and get the output side from their offset. This wouldn't work with warp redirects though.
An alternative solution would be to add a partial redirection API to Psi or to add a side parameter to the walker callback.
PsionicUtilities/src/main/java/gdavid/psionicutilities/Util.java
Line 58 in 0e9cd9b
A partial solution would be to track the last two positions instead of just one while traversing redirections and get the output side from their offset. This wouldn't work with warp redirects though.
An alternative solution would be to add a partial redirection API to Psi or to add a side parameter to the walker callback.