Relocate Source to proper directory.
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
package appeng.util.prioitylist;
|
||||
|
||||
import appeng.api.storage.data.IAEStack;
|
||||
|
||||
public interface IPartitionList<T extends IAEStack<T>>
|
||||
{
|
||||
|
||||
boolean isListed(T input);
|
||||
|
||||
boolean isEmpty();
|
||||
|
||||
Iterable<T> getItems();
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user