SmartBrainLib (Forge/Fabric/Quilt)

SmartBrainLib (Forge/Fabric/Quilt)

24M Downloads

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

dhyces opened this issue ยท 1 comments

commented

Noticed this in InvalidateAttackTarget#invalidateIf. Also present in InvalidateMemory

commented

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