blob: ed64d54d4a0972b406a0db9fbd20c888ea209a7a [file] [log] [blame] [raw]
package appeng.api.me.tiles;
public interface ITileCable {
public boolean coveredConnections();
}