Interface INetworkedModule

All Known Implementing Classes:
LogisticsModule, RedstoneModule

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

    Modifier and Type
    Method
    Description
    int
     
    void
    setColorChannel(int channel)
     
  • Method Details

    • getColorChannel

      int getColorChannel()
    • setColorChannel

      void setColorChannel(int channel)