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