Relocate Source to proper directory.
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
package appeng.me.cluster;
|
||||
|
||||
public interface IAEMultiBlock
|
||||
{
|
||||
|
||||
void disconnect(boolean b);
|
||||
|
||||
IAECluster getCluster();
|
||||
|
||||
boolean isValid();
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user