return canPipeConnect_internal(with, side);
}
protected boolean hasBlockingPluggable(ForgeDirection side) {
IPipePluggable pluggable = sideProperties.pluggables[side.ordinal()];
return pluggable != null && pluggable.blocking(this, side);
}
private void computeConnections() {
TileBuffer[] cache = getTileCache();
if (cache == null) {