package net.minecraft.server;

public interface IDataConverter {

    int a();

    NBTTagCompound a(NBTTagCompound nbttagcompound);
}
