Basic reformat, hit once, hope never again
This commit is contained in:
@@ -18,15 +18,16 @@
|
||||
|
||||
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);
|
||||
boolean isStorageCrate( Object te );
|
||||
|
||||
InventoryAdaptor getAdaptor( Object te, ForgeDirection d );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user