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

package com.hypixel.hytale.function.consumer;

@FunctionalInterface
public interface IntBiObjectConsumer<T, J>
{
    void accept(final int p0, final T p1, final J p2);
}
