package binnie.craftgui.minecraft; public abstract interface IMachineInformation { public abstract String getInformation(); }