Interface RedstoneTile

All Superinterfaces:
RedstoneConnector
All Known Implementing Classes:
TRedstoneTile

public interface RedstoneTile extends RedstoneConnector
Internal interface for TileMultipart instances hosting RedstoneParts
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    openConnections(int side)
    Returns the mask of spaces through which a wire could connect on a side.

    Methods inherited from interface codechicken.multipart.api.tile.RedstoneConnector

    getConnectionMask, weakPowerLevel
  • Method Details

    • openConnections

      int openConnections(int side)
      Returns the mask of spaces through which a wire could connect on a side.
      Parameters:
      side - The side index.
      Returns:
      The mask.