Relocate Source to proper directory.
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
package appeng.integration.abstraction;
|
||||
|
||||
import net.minecraft.tileentity.TileEntity;
|
||||
import appeng.api.storage.IMEInventory;
|
||||
|
||||
public interface IDSU
|
||||
{
|
||||
|
||||
IMEInventory getDSU(TileEntity te);
|
||||
|
||||
boolean isDSU(TileEntity te);
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user