2013-12-27 16:59:59 -06:00
|
|
|
package appeng.me.cluster;
|
|
|
|
|
|
|
|
public interface IAEMultiBlock
|
|
|
|
{
|
|
|
|
|
2014-06-13 14:39:36 -05:00
|
|
|
void disconnect(boolean b);
|
2013-12-27 16:59:59 -06:00
|
|
|
|
|
|
|
IAECluster getCluster();
|
|
|
|
|
|
|
|
boolean isValid();
|
|
|
|
|
2014-06-13 14:39:36 -05:00
|
|
|
|
2013-12-27 16:59:59 -06:00
|
|
|
}
|