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

package com.hypixel.hytale.function.consumer;

@FunctionalInterface
public interface DoubleQuadObjectConsumer<T, U, R, V>
{
    void accept(final double p0, final T p1, final U p2, final R p3, final V p4);
}
