Multi-block clean up should be cleaner now.
This commit is contained in:
@@ -3,10 +3,11 @@ package appeng.me.cluster;
|
||||
public interface IAEMultiBlock
|
||||
{
|
||||
|
||||
void disconnect();
|
||||
void disconnect(boolean b);
|
||||
|
||||
IAECluster getCluster();
|
||||
|
||||
boolean isValid();
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user