package powercrystals.minefactoryreloaded.api.rednet.connectivity; /** * This must be implemented on your Block class. * <p> * RedNet cables will not connect to your block. * <br> * This behavior can be overridden in subclasses by IRedNetConnection */ public interface IRedNetNoConnection { }