package appeng.client.gui.widgets; public interface ISortSource { Enum getSortBy(); Enum getSortDir(); }