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