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

package com.hypixel.hytale.server.core.modules.accesscontrol.ban;

import com.google.gson.JsonParseException;
import com.google.gson.JsonObject;

@FunctionalInterface
public interface BanParser
{
    Ban parse(final JsonObject p0) throws JsonParseException;
}
