2013-12-27 16:59:59 -06:00
|
|
|
package appeng.helpers;
|
|
|
|
|
2014-07-20 22:45:08 -05:00
|
|
|
import appeng.api.implementations.tiles.IColorableTile;
|
2013-12-27 16:59:59 -06:00
|
|
|
import appeng.api.networking.IGridHost;
|
|
|
|
import appeng.api.parts.IPartHost;
|
|
|
|
|
2014-07-20 22:45:08 -05:00
|
|
|
public interface AEMultiTile extends IGridHost, IPartHost, IColorableTile
|
2013-12-27 16:59:59 -06:00
|
|
|
{
|
|
|
|
|
|
|
|
}
|