2014-09-24 02:26:27 +02:00
|
|
|
package appeng.helpers;
|
|
|
|
|
|
|
|
import appeng.api.implementations.tiles.IColorableTile;
|
|
|
|
import appeng.api.networking.IGridHost;
|
|
|
|
import appeng.api.parts.IPartHost;
|
|
|
|
|
|
|
|
public interface AEMultiTile extends IGridHost, IPartHost, IColorableTile
|
|
|
|
{
|
|
|
|
|
|
|
|
}
|