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