package ellpeck.actuallyadditions.util; public interface IName{ public abstract String getName(); }