Usage of apache.commons ToBooleanBiFunction instead of java.util BiPredicate
dhyces opened this issue ยท 1 comments
dhyces commented
Noticed this in InvalidateAttackTarget#invalidateIf. Also present in InvalidateMemory
dhyces commented
Found the opposite problem in SetWalkTargetToAttackTarget. BiFunctions being used when they could use ToIntBiFunction or ToDoubleBiFunction (with a cast to float).