hytale-server/com/hypixel/hytale/function/predicate/BiFloatPredicate.java

7 lines
148 B
Java

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