// 
// Decompiled by Procyon v0.6.0
// 

package com.hypixel.hytale.function.consumer;

@FunctionalInterface
public interface TriConsumer<T, U, R>
{
    void accept(final T p0, final U p1, final R p2);
}
