package net.minecraft.server;

import com.google.gson.JsonElement;

public interface IJsonStatistic {

    void a(JsonElement jsonelement);

    JsonElement a();
}
