Relocate Source to proper directory.
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
package appeng.integration.abstraction;
|
||||
|
||||
import net.minecraftforge.common.util.ForgeDirection;
|
||||
import appeng.util.InventoryAdaptor;
|
||||
|
||||
public interface IBetterStorage
|
||||
{
|
||||
|
||||
boolean isStorageCrate(Object te);
|
||||
|
||||
InventoryAdaptor getAdaptor(Object te, ForgeDirection d);
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user