1 2 3 4 5 6
package binnie.craftgui.minecraft; public abstract interface IMachineInformation { public abstract String getInformation(); }