package com.hypixel.hytale.function.consumer; @FunctionalInterface public interface TriConsumer { void accept(T var1, U var2, R var3); }