package com.hypixel.hytale.function.predicate;
@FunctionalInterface
public interface BiFloatPredicate {
boolean test(float var1, float var2);
}