blob: 664bd2282215eca6f0544fd1c6e58235e015e5a1 [file] [log] [blame] [raw]
package appeng.api.me.tiles;
/**
* Cables will disconnect if its not enabled,
* this means that they will fail to appear connected, example - MAC
*/
public interface IFulllyOptionalMETile extends IOptionalMETile {
boolean isSeperated();
}