package appeng.me.cluster; public interface IAEMultiBlock { void disconnect(); IAECluster getCluster(); boolean isValid(); }