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