Interface RedstoneTile
- All Superinterfaces:
RedstoneConnector
- All Known Implementing Classes:
TRedstoneTile
Internal interface for
TileMultipart instances hosting RedstoneParts-
Method Summary
Modifier and TypeMethodDescriptionintopenConnections(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.
-