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

package com.hypixel.hytale.function.consumer;

@FunctionalInterface
public interface BooleanConsumer
{
    void accept(final boolean p0);
}
