Interface INetworkedModule
- All Known Implementing Classes:
LogisticsModule,RedstoneModule,ThermostatModule
public interface INetworkedModule
Represents a module which needs to be aware of other modules of its type which are connected to it via a tube.
-
Method Summary
-
Method Details
-
getColorChannel
int getColorChannel() -
setColorChannel
void setColorChannel(int channel)
-