Tslat/SmartBrainLib

Usage of apache.commons ToBooleanBiFunction instead of java.util BiPredicate

Closed this issue · 1 comments

Noticed this in InvalidateAttackTarget#invalidateIf. Also present in InvalidateMemory

Found the opposite problem in SetWalkTargetToAttackTarget. BiFunctions being used when they could use ToIntBiFunction or ToDoubleBiFunction (with a cast to float).