2013-12-27 23:59:59 +01:00
|
|
|
package appeng.helpers;
|
|
|
|
|
2014-01-20 17:41:37 +01:00
|
|
|
import powercrystals.minefactoryreloaded.api.rednet.IConnectableRedNet;
|
2013-12-27 23:59:59 +01:00
|
|
|
import appeng.api.networking.IGridHost;
|
|
|
|
import appeng.api.parts.IPartHost;
|
2014-04-06 08:55:24 +02:00
|
|
|
import appeng.transformer.annotations.integration.Interface;
|
2013-12-27 23:59:59 +01:00
|
|
|
|
2014-04-06 08:55:24 +02:00
|
|
|
@Interface(iface = "powercrystals.minefactoryreloaded.api.rednet.IConnectableRedNet", iname = "MFR")
|
2014-01-20 17:41:37 +01:00
|
|
|
public interface AEMultiTile extends IGridHost, IPartHost, IConnectableRedNet
|
2013-12-27 23:59:59 +01:00
|
|
|
{
|
|
|
|
|
|
|
|
}
|