| 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 { | |
| } |