2013-12-27 23:59:59 +01:00
|
|
|
package appeng.helpers;
|
|
|
|
|
2014-07-21 05:45:08 +02:00
|
|
|
import appeng.api.implementations.tiles.IColorableTile;
|
2013-12-27 23:59:59 +01:00
|
|
|
import appeng.api.networking.IGridHost;
|
|
|
|
import appeng.api.parts.IPartHost;
|
|
|
|
|
2014-07-21 05:45:08 +02:00
|
|
|
public interface AEMultiTile extends IGridHost, IPartHost, IColorableTile
|
2013-12-27 23:59:59 +01:00
|
|
|
{
|
|
|
|
|
|
|
|
}
|