Interface MaskedRedstonePart

All Superinterfaces:
MultiPart, RedstonePart

public interface MaskedRedstonePart extends RedstonePart
For parts that want to define their own connection masks (like center-center parts)
  • Method Details

    • getConnectionMask

      int getConnectionMask(int side)
      Returns the redstone connection mask for this part on the given side.

      see IRedstoneConnector for mask definition.

      Parameters:
      side - The side to get the mask for.
      Returns:
      The mask.