package com.hypixel.hytale.function.predicate; public interface TriPredicate { boolean test(T var1, R var2, S var3); }