blob: eb0fb80191880e81060ef80193311092f8a67935 [file] [log] [blame] [raw]
package appeng.api.me.tiles;
/**
* By simply implenting this, the networks can be become aware of a block they touch, but they don't propogate signal or really belong to a network.
* Not sure what it would be used for to be honest beyond the power relay.
*/
public interface INonSignalBlock {
}